Bläddra i källkod

fixes compilation issues

HOLZSCHUCH Nicolas 7 år sedan
förälder
incheckning
2e0b526f45
1 ändrade filer med 1 tillägg och 1 borttagningar
  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(createLICMPass());
     PM.add(createGVNPass());
-    PM.add(createInstructionCombiningPass());
+    //NH PM.add(createInstructionCombiningPass());
     PM.add(createDeadStoreEliminationPass());
   }
 }