Finally change the instruction looking map to be a densemap from
[oota-llvm.git] / utils / TableGen / CodeGenDAGPatterns.h
index c32b23a4308c83e51c3e5ce4fed42aeb3b5ac8d3..487cbfc3fa8fee2d8798ad0c392e9c28268900a9 100644 (file)
 #ifndef CODEGEN_DAGPATTERNS_H
 #define CODEGEN_DAGPATTERNS_H
 
-#include <set>
-#include <algorithm>
-#include <vector>
-
 #include "CodeGenTarget.h"
 #include "CodeGenIntrinsics.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringMap.h"
+#include <set>
+#include <algorithm>
+#include <vector>
+#include <map>
 
 namespace llvm {
   class Record;