Fix GetConstantStringInfo to not look into MDString (it works on
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index 74fb930fbc1479f002e643128c69707a8f255f12..3e5c97d7aa7a40f716881305683f440534d29234 100644 (file)
@@ -13,7 +13,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/MC/MCAsmInfo.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include <cctype>
 #include <cstring>
 using namespace llvm;