Explorar o código

fixes compilation issues

HOLZSCHUCH Nicolas %!s(int64=7) %!d(string=hai) anos
pai
achega
2e0b526f45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/CodeGen/BackendUtil.cpp

+ 1 - 1
lib/CodeGen/BackendUtil.cpp

@@ -271,7 +271,7 @@ static void addMemorySanitizerPass(const PassManagerBuilder &Builder,
     PM.add(createReassociatePass());
     PM.add(createReassociatePass());
     PM.add(createLICMPass());
     PM.add(createLICMPass());
     PM.add(createGVNPass());
     PM.add(createGVNPass());
-    PM.add(createInstructionCombiningPass());
+    //NH PM.add(createInstructionCombiningPass());
     PM.add(createDeadStoreEliminationPass());
     PM.add(createDeadStoreEliminationPass());
   }
   }
 }
 }