summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-10-15 01:15:26 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-10-15 01:15:26 +0000
commit93e9bb0864478874c7e976aa0475e56d1b5501cf (patch)
tree91aac8b548c5131017db66b77c4f965ba045326a /llvm/lib/ExecutionEngine/Interpreter
parent0c90106f289c6bd923ff26117fa9455862f6231d (diff)
downloadbcm5719-llvm-93e9bb0864478874c7e976aa0475e56d1b5501cf.tar.gz
bcm5719-llvm-93e9bb0864478874c7e976aa0475e56d1b5501cf.zip
Fix -Wmismatched-tags error in modules build by removing unused forward declaration.
llvm-svn: 250355
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
index bd813ac4900..2e5a867a200 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -26,7 +26,6 @@
namespace llvm {
class IntrinsicLowering;
-struct FunctionInfo;
template<typename T> class generic_gep_type_iterator;
class ConstantExpr;
typedef generic_gep_type_iterator<User::const_op_iterator> gep_type_iterator;
OpenPOWER on IntegriCloud