[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.h

Chris Lattner lattner at cs.uiuc.edu
Sun Apr 4 14:48:18 PDT 2004


Changes in directory llvm/lib/ExecutionEngine/Interpreter:

Interpreter.h updated: 1.62 -> 1.63

---
Log message:

Adjust to new interface


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
diff -u llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:1.62 llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:1.63
--- llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:1.62	Sun Apr  4 12:30:06 2004
+++ llvm/lib/ExecutionEngine/Interpreter/Interpreter.h	Sun Apr  4 14:47:06 2004
@@ -27,7 +27,7 @@
 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





More information about the llvm-commits mailing list