diff options
author | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2014-03-15 09:11:41 +0000 |
---|---|---|
committer | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2014-03-15 09:11:41 +0000 |
commit | 8d09a6c674dbd379c981ee9a58aa41eb3e648361 (patch) | |
tree | 6ead5fa83db34d4c57fa87579622f250fae9f062 /llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp | |
parent | 36835568d87bcf1ca6a18e28221fe149015fa177 (diff) | |
download | bcm5719-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.cpp | 2 |
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; |