diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-10-15 01:15:26 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-10-15 01:15:26 +0000 |
commit | 93e9bb0864478874c7e976aa0475e56d1b5501cf (patch) | |
tree | 91aac8b548c5131017db66b77c4f965ba045326a /llvm/lib/ExecutionEngine/Interpreter | |
parent | 0c90106f289c6bd923ff26117fa9455862f6231d (diff) | |
download | bcm5719-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.h | 1 |
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; |