mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
Adjust to new interface
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72e606e2bd
commit
702a8a070f
@ -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…
Reference in New Issue
Block a user