summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp
diff options
context:
space:
mode:
authorPatrik Hagglund <patrik.h.hagglund@ericsson.com>2014-03-15 09:11:41 +0000
committerPatrik Hagglund <patrik.h.hagglund@ericsson.com>2014-03-15 09:11:41 +0000
commit8d09a6c674dbd379c981ee9a58aa41eb3e648361 (patch)
tree6ead5fa83db34d4c57fa87579622f250fae9f062 /llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp
parent36835568d87bcf1ca6a18e28221fe149015fa177 (diff)
downloadbcm5719-llvm-8d09a6c674dbd379c981ee9a58aa41eb3e648361.tar.gz
bcm5719-llvm-8d09a6c674dbd379c981ee9a58aa41eb3e648361.zip
Replace ValueTypes.h with MachineValueType.h if possible.
Utilize the previous move of MVT to a separate header for all trivial cases (that don't need any further restructuring). Reviewed By: Tim Northover llvm-svn: 204003
Diffstat (limited to 'llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp')
-rw-r--r--llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp b/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp
index f81624e5dd5..db61fb03d4c 100644
--- a/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp
+++ b/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp
@@ -16,7 +16,7 @@
#include "MCTargetDesc/X86MCTargetDesc.h"
#include "Utils/X86ShuffleDecode.h"
#include "llvm/MC/MCInst.h"
-#include "llvm/CodeGen/ValueTypes.h"
+#include "llvm/CodeGen/MachineValueType.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
OpenPOWER on IntegriCloud