diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h index 2f3ac2b91b6a..c685ba1b5d10 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -27,7 +27,7 @@ namespace llvm { struct FunctionInfo; template class generic_gep_type_iterator; class ConstantExpr; -typedef generic_gep_type_iterator gep_type_iterator; +typedef generic_gep_type_iterator gep_type_iterator; // AllocaHolder - Object to track all of the blocks of memory allocated by