Changes For Bug 352
[oota-llvm.git] / lib / Target / TargetMachine.cpp
index ee8ef2e5ed6e23cecf0fe323374f6d4d9d877cc9..973165f186e3ae0cb55cdbeff20123193bd96107 100644 (file)
@@ -14,7 +14,7 @@
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Type.h"
 #include "llvm/CodeGen/IntrinsicLowering.h"
-#include "Support/CommandLine.h"
+#include "llvm/Support/CommandLine.h"
 using namespace llvm;
 
 //---------------------------------------------------------------------------