File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20087,11 +20087,11 @@ const char *RISCVTargetLowering::getTargetNodeName(unsigned Opcode) const {
20087
20087
NODE_NAME_CASE(SRET_GLUE)
20088
20088
NODE_NAME_CASE(MRET_GLUE)
20089
20089
NODE_NAME_CASE(CALL)
20090
+ NODE_NAME_CASE(TAIL)
20090
20091
NODE_NAME_CASE(SELECT_CC)
20091
20092
NODE_NAME_CASE(BR_CC)
20092
20093
NODE_NAME_CASE(BuildPairF64)
20093
20094
NODE_NAME_CASE(SplitF64)
20094
- NODE_NAME_CASE(TAIL)
20095
20095
NODE_NAME_CASE(ADD_LO)
20096
20096
NODE_NAME_CASE(HI)
20097
20097
NODE_NAME_CASE(LLA)
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ enum NodeType : unsigned {
34
34
SRET_GLUE,
35
35
MRET_GLUE,
36
36
CALL,
37
+ TAIL,
37
38
// / Select with condition operator - This selects between a true value and
38
39
// / a false value (ops #3 and #4) based on the boolean result of comparing
39
40
// / the lhs and rhs (ops #0 and #1) of a conditional expression with the
@@ -44,7 +45,6 @@ enum NodeType : unsigned {
44
45
BR_CC,
45
46
BuildPairF64,
46
47
SplitF64,
47
- TAIL,
48
48
49
49
// Add the Lo 12 bits from an address. Selected to ADDI.
50
50
ADD_LO,
You can’t perform that action at this time.
0 commit comments