I swear I did a make clean and make before committing all this...
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
index 4e6d39e00ad913e72c5d48f39d27e408e5243b15..c89fe06d99b163bb913c96a06924fa8494badc7e 100644 (file)
@@ -47,7 +47,7 @@
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Support/MathExtras.h"
-#include "llvm/System/Host.h"
+#include "llvm/Support/Host.h"
 #include "llvm/Config/config.h"
 #include <algorithm>
 // Some ms header decided to define setjmp as _setjmp, undo this for this file.