From 27dff4233021b2c9a7221a7a4425ade25a1de40b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 4 Apr 2004 19:47:06 +0000 Subject: [PATCH] Adjust to new interface llvm-svn: 12646 --- lib/ExecutionEngine/Interpreter/Interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 2f3ac2b91b6..c685ba1b5d1 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/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