Remove a source of nondeterminism from the LoopVectorizer.
[oota-llvm.git] / lib / CodeGen / GCStrategy.cpp
index 2a37b9935ad417b63a6c45e759a293cd4110f3a3..1173d1102125987fa1b6190fe5bd3e380e349933 100644 (file)
@@ -23,8 +23,8 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineModuleInfo.h"
 #include "llvm/CodeGen/Passes.h"
-#include "llvm/IntrinsicInst.h"
-#include "llvm/Module.h"
+#include "llvm/IR/IntrinsicInst.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"