AArch64: Remove unnecessary parens
[oota-llvm.git] / include / llvm / LTO / LTOCodeGenerator.h
index bef6e9c6a72e68c6d952efad42462dfedd9612bd..b19b2325f73b30358df8595e378de8f51ca40877 100644 (file)
@@ -135,7 +135,7 @@ private:
   typedef StringMap<uint8_t> StringSet;
 
   LLVMContext &Context;
-  Linker Linker;
+  Linker IRLinker;
   TargetMachine *TargetMach;
   bool EmitDwarfDebugInfo;
   bool ScopeRestrictionsDone;