Adjust to new gep_type_iterator prototypes.

llvm-svn: 12644
This commit is contained in:
Chris Lattner 2004-04-04 17:30:06 +00:00
parent bc8ba73cf1
commit 092d260fc1
1 changed files with 3 additions and 1 deletions

View File

@ -25,8 +25,10 @@
namespace llvm {
struct FunctionInfo;
class gep_type_iterator;
template<typename T> class generic_gep_type_iterator;
class ConstantExpr;
typedef generic_gep_type_iterator<User::op_iterator> gep_type_iterator;
// AllocaHolder - Object to track all of the blocks of memory allocated by
// alloca. When the function returns, this object is popped off the execution