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:
Evan Cheng
2006-05-26 23:09:09 +00:00
parent 22cf8b118e
commit 8e7d056bc5
3 changed files with 20 additions and 11 deletions

View File

@@ -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