LTOInternalize: Fix member type, should be a reference and not a copy
authorMehdi Amini <mehdi.amini@apple.com>
Tue, 12 Apr 2016 23:58:30 +0000 (23:58 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Tue, 12 Apr 2016 23:58:30 +0000 (23:58 +0000)
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 266153

llvm/lib/LTO/LTOInternalize.cpp

index 69b2f5a..74619d2 100644 (file)
@@ -48,7 +48,7 @@ public:
 private:
   // Inputs
   const StringSet<> &MustPreserveSymbols;
-  const StringSet<> AsmUndefinedRefs;
+  const StringSet<> &AsmUndefinedRefs;
   const TargetMachine &TM;
 
   // Temps