Added DEBUG message for ObjCARC when an inline asm marker is inserted for architectur...
[oota-llvm.git] / lib / Transforms / Scalar / Sink.cpp
index cde9c178ad8c4bb84e73ba93bbad578c614fc631..d4595bb373e6cb06e553db1767515dfe4ba834ac 100644 (file)
@@ -20,7 +20,7 @@
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Analysis/ValueTracking.h"
 #include "llvm/Assembly/Writer.h"
-#include "llvm/IntrinsicInst.h"
+#include "llvm/IR/IntrinsicInst.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"