Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123310 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Venkatraman Govindaraju
2011-01-12 05:08:36 +00:00
parent c178308b23
commit 860b64cb1e
4 changed files with 131 additions and 4 deletions

View File

@@ -36,7 +36,8 @@ namespace llvm {
CALL, // A call instruction.
RET_FLAG, // Return with a flag operand.
GLOBAL_BASE_REG // Global base reg for PIC
GLOBAL_BASE_REG, // Global base reg for PIC
FLUSH // FLUSH registers to stack
};
}