summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-05-26 23:09:09 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-05-26 23:09:09 +0000
commit8e7d056bc5c0688501f6721994c8f4074d699c69 (patch)
treed1402f95de3881a9151596a42e09b2d3fe2934c8 /include
parent22cf8b118e267bebda259a10b5acaa5ae82d3f72 (diff)
downloadllvm-8e7d056bc5c0688501f6721994c8f4074d699c69.tar.gz
llvm-8e7d056bc5c0688501f6721994c8f4074d699c69.tar.bz2
llvm-8e7d056bc5c0688501f6721994c8f4074d699c69.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index f21296afac..0dcd801799 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -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