Fix a bit of confusion about .set and produce more readable assembly.
[oota-llvm.git] / include / llvm / MC / ConstantPools.h
index 2e76074db774bd5f8db9bcc1a6743d2a8a71e115..1fc0332f63c296a7e1b4d0faea2a713599e943ea 100644 (file)
 //===----------------------------------------------------------------------===//
 
 
-#ifndef LLVM_MC_CONSTANTPOOL_H
-#define LLVM_MC_CONSTANTPOOL_H
+#ifndef LLVM_MC_CONSTANTPOOLS_H
+#define LLVM_MC_CONSTANTPOOLS_H
 
+#include "llvm/ADT/MapVector.h"
 #include "llvm/ADT/SmallVector.h"
+
 namespace llvm {
 class MCContext;
 class MCExpr;