Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInst
[oota-llvm.git] / utils / TableGen / StringToOffsetTable.h
index 803f5bd5cf014e1d5e7a18f60d11bc769a8e0745..d94d3a266822c9d2c5d0341aab5907e4995d0a60 100644 (file)
 #define TBLGEN_STRING_TO_OFFSET_TABLE_H
 
 #include "llvm/ADT/SmallString.h"
-#include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/StringExtras.h"
+#include "llvm/ADT/StringMap.h"
 #include "llvm/Support/raw_ostream.h"
+#include <cctype>
 
 namespace llvm {