diff options
author | Dan Gohman <gohman@apple.com> | 2009-11-05 19:42:20 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-11-05 19:42:20 +0000 |
commit | e5db7c4166957e13a7df84570be0b9ddc2ef07fe (patch) | |
tree | a08a4ac8b96d0dff3ccd4111872a50f9745405ee /include/llvm/Support/ConstantFolder.h | |
parent | a6a4aaefeea8622e022723f27b7e845997b81f64 (diff) | |
download | external_llvm-e5db7c4166957e13a7df84570be0b9ddc2ef07fe.zip external_llvm-e5db7c4166957e13a7df84570be0b9ddc2ef07fe.tar.gz external_llvm-e5db7c4166957e13a7df84570be0b9ddc2ef07fe.tar.bz2 |
InstrTypes.h includes Instruction.h, so it's not necessary to include both.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ConstantFolder.h')
-rw-r--r-- | include/llvm/Support/ConstantFolder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/ConstantFolder.h b/include/llvm/Support/ConstantFolder.h index b4589af..b73cea0 100644 --- a/include/llvm/Support/ConstantFolder.h +++ b/include/llvm/Support/ConstantFolder.h @@ -18,7 +18,6 @@ #define LLVM_SUPPORT_CONSTANTFOLDER_H #include "llvm/Constants.h" -#include "llvm/Instruction.h" #include "llvm/InstrTypes.h" namespace llvm { |