mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Remove helper method
llvm-svn: 15776
This commit is contained in:
parent
463d46f17a
commit
f0e1b33f6c
@ -197,10 +197,9 @@ public:
|
||||
}
|
||||
|
||||
/// 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 TargetRegisterClass *RC);
|
||||
|
||||
/// CreateVariableSizedObject - Notify the MachineFrameInfo object that a
|
||||
/// variable sized object has been created. This must be created whenever a
|
||||
|
Loading…
x
Reference in New Issue
Block a user