The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / Support / StringPool.h
index de05e0b547a1bf15f2a427fac36e7ae3d23ecbc8..71adbc5342e21b22fd944cc5b4a20b38a4019d5a 100644 (file)
@@ -30,8 +30,8 @@
 #define LLVM_SUPPORT_STRINGPOOL_H
 
 #include "llvm/ADT/StringMap.h"
-#include <new>
 #include <cassert>
+#include <new>
 
 namespace llvm {