Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / Target / MSP430 / TargetInfo / MSP430TargetInfo.cpp
index f9ca5c49c979016d3e008f8619d30078c6160b1b..8b3e01ecf52c344b17740021302da930fa33fa3b 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "MSP430.h"
 #include "llvm/Module.h"
-#include "llvm/Target/TargetRegistry.h"
+#include "llvm/Support/TargetRegistry.h"
 using namespace llvm;
 
 Target llvm::TheMSP430Target;