mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Remove helper method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15776 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26eb14ba51
commit
913cbd65dc
@ -197,10 +197,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// CreateStackObject - Create a stack object for a value of the specified
|
/// CreateStackObject - Create a stack object for a value of the specified
|
||||||
/// LLVM type or register class.
|
/// LLVM type.
|
||||||
///
|
///
|
||||||
int CreateStackObject(const Type *Ty, const TargetData &TD);
|
int CreateStackObject(const Type *Ty, const TargetData &TD);
|
||||||
int CreateStackObject(const TargetRegisterClass *RC);
|
|
||||||
|
|
||||||
/// CreateVariableSizedObject - Notify the MachineFrameInfo object that a
|
/// CreateVariableSizedObject - Notify the MachineFrameInfo object that a
|
||||||
/// variable sized object has been created. This must be created whenever a
|
/// variable sized object has been created. This must be created whenever a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user