mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Adjust to new gep_type_iterator prototypes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9dd8770609
commit
c6b0fb39cb
@ -25,8 +25,10 @@
|
|||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
struct FunctionInfo;
|
struct FunctionInfo;
|
||||||
class gep_type_iterator;
|
template<typename T> class generic_gep_type_iterator;
|
||||||
class ConstantExpr;
|
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
|
// AllocaHolder - Object to track all of the blocks of memory allocated by
|
||||||
// alloca. When the function returns, this object is popped off the execution
|
// alloca. When the function returns, this object is popped off the execution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user