[llvm] r250355 - Fix -Wmismatched-tags error in modules build by removing unused forward declaration.

Richard Smith via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 18:15:27 PDT 2015


Author: rsmith
Date: Wed Oct 14 20:15:26 2015
New Revision: 250355

URL: http://llvm.org/viewvc/llvm-project?rev=250355&view=rev
Log:
Fix -Wmismatched-tags error in modules build by removing unused forward declaration.

Modified:
    llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h

Modified: llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h?rev=250355&r1=250354&r2=250355&view=diff
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h (original)
+++ llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h Wed Oct 14 20:15:26 2015
@@ -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;




More information about the llvm-commits mailing list