[Orc] Take another shot at working around the GCC 4.7 ICE in
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / OrcRemoteTargetServer.h
index 4d846986e8dbfc306e426cf7a4031666e516d977..d416ffd4f7e550e4f042a3248ba3dd22278e271d 100644 (file)
@@ -169,7 +169,7 @@ private:
         CompiledFnAddr, static_cast<TargetAddress>(
                             reinterpret_cast<uintptr_t>(TrampolineAddr)));
     assert(!EC && "Compile request failed");
-    (void)&EC;
+    (void)EC;
     return CompiledFnAddr;
   }