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/InstPrinter/X86InstComments.cpp | |
parent | 4f12f10de43624f7e597bcded1b4db2accd243ba (diff) | |
download | bcm5719-llvm-1da3512166367207be4a025785abfec84bd3fa44.tar.gz bcm5719-llvm-1da3512166367207be4a025785abfec84bd3fa44.zip |
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/InstPrinter/X86InstComments.cpp')
-rw-r--r-- | llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp b/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp index 50ee968b5ba..f81624e5dd5 100644 --- a/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp +++ b/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp @@ -16,7 +16,9 @@ #include "MCTargetDesc/X86MCTargetDesc.h" #include "Utils/X86ShuffleDecode.h" #include "llvm/MC/MCInst.h" +#include "llvm/CodeGen/ValueTypes.h" #include "llvm/Support/raw_ostream.h" + using namespace llvm; //===----------------------------------------------------------------------===// |