Add some comments explaining what MVT and EVT are, and how they differ.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index e53c179e79399fa57fcbbf5e5e0e36c146d7e737..7eef9567a027951e8215ac1155810073ae3cc912 100644 (file)
@@ -17,7 +17,6 @@
 #define LLVM_CODEGEN_ASMPRINTER_H
 
 #include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/Support/DebugLoc.h"
 #include "llvm/System/DataTypes.h"
 
 namespace llvm {