diff options
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcISelLowering.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcISelLowering.h b/llvm/lib/Target/Sparc/SparcISelLowering.h index 563a832ee61e..5504dcd464fb 100644 --- a/llvm/lib/Target/Sparc/SparcISelLowering.h +++ b/llvm/lib/Target/Sparc/SparcISelLowering.h @@ -31,6 +31,7 @@ namespace llvm { BPXCC, // Branch to dest on xcc condition, with prediction (64-bit only). BRFCC, // Branch to dest on fcc condition BRFCC_V9, // Branch to dest on fcc condition (v9 variant). + BR_REG, // Branch to dest using the comparison of a register with zero. SELECT_ICC, // Select between two values using the current ICC flags. SELECT_XCC, // Select between two values using the current XCC flags. SELECT_FCC, // Select between two values using the current FCC flags. @@ -46,7 +47,7 @@ namespace llvm { XTOF, // Int64 to FP within a FP register. CALL, // A call instruction. - RET_FLAG, // Return with a flag operand. + RET_GLUE, // Return with a glue operand. GLOBAL_BASE_REG, // Global base reg for PIC. FLUSHW, // FLUSH register windows to stack. |
