Make the role of MVT::i32 clearer here, and add a
[oota-llvm.git] / lib / CodeGen / RegAllocSimple.cpp
index d65136a616469e28d7414ba14307b23b2e03c28d..081edd8d5eb8b0a5f8b3b2c8bbe36e4b3687a44e 100644 (file)
@@ -27,6 +27,7 @@
 #include "llvm/Support/Compiler.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/ADT/STLExtras.h"
+#include <map>
 using namespace llvm;
 
 STATISTIC(NumStores, "Number of stores added");