diff options
author | Chris Lattner <sabre@nondot.org> | 2004-04-04 19:47:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-04-04 19:47:06 +0000 |
commit | 702a8a070f73a966da6ecb162f1b85fd98c5ed7e (patch) | |
tree | ba5b6e1520aa0fa7bede1bd3ddb7ea6cd42a53dc /lib | |
parent | 72e606e2bd76452ac6760ceed258b377cd8862a2 (diff) |
Adjust to new interface
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12646 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/Interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 2f3ac2b91b..c685ba1b5d 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -27,7 +27,7 @@ namespace llvm { struct FunctionInfo; template<typename T> class generic_gep_type_iterator; class ConstantExpr; -typedef generic_gep_type_iterator<User::op_iterator> gep_type_iterator; +typedef generic_gep_type_iterator<User::const_op_iterator> gep_type_iterator; // AllocaHolder - Object to track all of the blocks of memory allocated by |