summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-04 19:47:06 +0000
committerChris Lattner <sabre@nondot.org>2004-04-04 19:47:06 +0000
commitca76d11a819418f1cd0236adad7878c188350bc4 (patch)
tree1f472320b1409704b94f0f5d6db3c669dd1daff4 /llvm/lib/ExecutionEngine
parent5453b2f37695a0b8b402711bf15097b5c68fc81f (diff)
downloadbcm5719-llvm-ca76d11a819418f1cd0236adad7878c188350bc4.tar.gz
bcm5719-llvm-ca76d11a819418f1cd0236adad7878c188350bc4.zip
Adjust to new interface
llvm-svn: 12646
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
index 2f3ac2b91b6..c685ba1b5d1 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/llvm/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
OpenPOWER on IntegriCloud