Refuse to (even try to) vectorize loops which have uniform writes,
[oota-llvm.git] / lib / IR / Type.cpp
index f76eb9eb83857b104138d2999210a3c7937f0761..1e6a51ab108c92ff782e963bc78a41df7d52a032 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Type.h"
+#include "llvm/IR/Type.h"
 #include "LLVMContextImpl.h"
 #include "llvm/ADT/SmallString.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Module.h"
 #include <algorithm>
 #include <cstdarg>
 using namespace llvm;