mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Change RET node to include signness information of the return values. e.g.
RET chain, value1, sign1, value2, sign2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28509 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -414,8 +414,9 @@ namespace ISD {
|
||||
BR_CC,
|
||||
|
||||
// RET - Return from function. The first operand is the chain,
|
||||
// and any subsequent operands are the return values for the
|
||||
// function. This operation can have variable number of operands.
|
||||
// and any subsequent operands are pairs of return value and return value
|
||||
// signness for the function. This operation can have variable number of
|
||||
// operands.
|
||||
RET,
|
||||
|
||||
// INLINEASM - Represents an inline asm block. This node always has two
|
||||
|
Reference in New Issue
Block a user