summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Utils
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/Utils
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/Utils')
-rw-r--r--llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp b/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
index 5d903e657ad..5f2441c017f 100644
--- a/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
+++ b/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
@@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===//
#include "X86ShuffleDecode.h"
-#include "llvm/CodeGen/ValueTypes.h"
+#include "llvm/CodeGen/MachineValueType.h"
//===----------------------------------------------------------------------===//
// Vector Mask Decoding
OpenPOWER on IntegriCloud