diff options
author | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2014-03-12 08:00:24 +0000 |
---|---|---|
committer | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2014-03-12 08:00:24 +0000 |
commit | 1da3512166367207be4a025785abfec84bd3fa44 (patch) | |
tree | 20347d265fcf296a5ecce55d5844223b82c51cff /llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp | |
parent | 4f12f10de43624f7e597bcded1b4db2accd243ba (diff) | |
download | llvm-1da3512166367207be4a025785abfec84bd3fa44.zip llvm-1da3512166367207be4a025785abfec84bd3fa44.tar.gz llvm-1da3512166367207be4a025785abfec84bd3fa44.tar.bz2 |
Replace '#include ValueTypes.h' with forward declarations.
In some cases the include is pushed "downstream" (or removed if
unused).
llvm-svn: 203644
Diffstat (limited to 'llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp')
-rw-r--r-- | llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp b/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp index bbd4904..5d903e6 100644 --- a/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp +++ b/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "X86ShuffleDecode.h" +#include "llvm/CodeGen/ValueTypes.h" //===----------------------------------------------------------------------===// // Vector Mask Decoding |