Changes For Bug 352
[oota-llvm.git] / lib / Target / TargetData.cpp
index 22dde60d8f61f7b085dadab85f7e5fc2204492d2..a57d6ba2fba8b1f77998d39f98ddb4ddbf9b9af1 100644 (file)
@@ -21,7 +21,7 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/Constants.h"
 #include "llvm/Support/GetElementPtrTypeIterator.h"
-#include "Support/MathExtras.h"
+#include "llvm/Support/MathExtras.h"
 using namespace llvm;
 
 // Handle the Pass registration stuff necessary to use TargetData's.