Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / examples / ParallelJIT / ParallelJIT.cpp
index 9231abf6e31e51f2370317abc10ee37c39b42b80..3e483275edbb1e986e20df05e9fbd529f36772f5 100644 (file)
@@ -26,7 +26,7 @@
 #include "llvm/ExecutionEngine/JIT.h"
 #include "llvm/ExecutionEngine/Interpreter.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
-#include "llvm/Target/TargetSelect.h"
+#include "llvm/Support/TargetSelect.h"
 #include <iostream>
 using namespace llvm;