Sink the return instruction collection until after we're done deleting
[oota-llvm.git] / lib / Target / TargetMachine.cpp
index b4969ca011b71b2c4c016b49917eb64d5f2f5498..6eae3859384859eb35b212c6488d91f9e785a0cf 100644 (file)
@@ -12,8 +12,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/MC/MCAsmInfo.h"
+#include "llvm/MC/MCCodeGenInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetOptions.h"
 #include "llvm/Support/CommandLine.h"
 using namespace llvm;