Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index e369633ba2918b177d9e9e1d55e420b8dadcc961..e64b3fcb68318ea39b0507bf83d965bb10144a0a 100644 (file)
 #include "llvm/Analysis/LoopInfoImpl.h"
 #include "llvm/Analysis/LoopIterator.h"
 #include "llvm/Analysis/ValueTracking.h"
-#include "llvm/Assembly/Writer.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Metadata.h"
+#include "llvm/IR/Writer.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"