mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-12 06:31:14 +00:00
Adjust to new interface
llvm-svn: 12646
This commit is contained in:
parent
81e7a8ffc5
commit
27dff42330
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user