summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ConstantFolder.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-05 19:42:20 +0000
committerDan Gohman <gohman@apple.com>2009-11-05 19:42:20 +0000
commite5db7c4166957e13a7df84570be0b9ddc2ef07fe (patch)
treea08a4ac8b96d0dff3ccd4111872a50f9745405ee /include/llvm/Support/ConstantFolder.h
parenta6a4aaefeea8622e022723f27b7e845997b81f64 (diff)
downloadllvm-e5db7c4166957e13a7df84570be0b9ddc2ef07fe.tar.gz
llvm-e5db7c4166957e13a7df84570be0b9ddc2ef07fe.tar.bz2
llvm-e5db7c4166957e13a7df84570be0b9ddc2ef07fe.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/ConstantFolder.h b/include/llvm/Support/ConstantFolder.h
index b4589af745..b73cea04ab 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 {