Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / tools / llc / llc.cpp
index e77326900fcc840b776d563dcf0b8b271190581b..d29bd9bc69a963076db427d7adb93104fe59f105 100644 (file)
 #include "llvm/Support/ToolOutputFile.h"
 #include "llvm/Support/Host.h"
 #include "llvm/Support/Signals.h"
+#include "llvm/Support/TargetRegistry.h"
+#include "llvm/Support/TargetSelect.h"
 #include "llvm/Target/TargetData.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetRegistry.h"
-#include "llvm/Target/TargetSelect.h"
 #include <memory>
 using namespace llvm;