mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Rename llvm.recoverframeallocation to llvm.framerecover
This name is less descriptive, but it sort of puts things in the 'llvm.frame...' namespace, relating it to frameallocate and frameaddress. It also avoids using "allocate" and "allocation" together. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -72,10 +72,10 @@ namespace ISD {
|
||||
/// the parent's frame or return address, and so on.
|
||||
FRAMEADDR, RETURNADDR,
|
||||
|
||||
/// RECOVER_FRAME_ALLOC - Represents the llvm.recoverframeallocation
|
||||
/// FRAME_ALLOC_RECOVER - Represents the llvm.framerecover
|
||||
/// intrinsic. Materializes the offset from the frame pointer of another
|
||||
/// function to the result of llvm.frameallocate.
|
||||
RECOVER_FRAME_ALLOC,
|
||||
FRAME_ALLOC_RECOVER,
|
||||
|
||||
/// READ_REGISTER, WRITE_REGISTER - This node represents llvm.register on
|
||||
/// the DAG, which implements the named register global variables extension.
|
||||
|
Reference in New Issue
Block a user