Adjust to new interface

llvm-svn: 12646
This commit is contained in:
Chris Lattner 2004-04-04 19:47:06 +00:00
parent 5453b2f376
commit ca76d11a81
1 changed files with 1 additions and 1 deletions

View File

@ -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