diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index cc17e99a967..2f3ac2b91b6 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -25,8 +25,10 @@ namespace llvm { struct FunctionInfo; -class gep_type_iterator; +template class generic_gep_type_iterator; class ConstantExpr; +typedef generic_gep_type_iterator gep_type_iterator; + // AllocaHolder - Object to track all of the blocks of memory allocated by // alloca. When the function returns, this object is popped off the execution