diff options
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonISelLowering.h')
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonISelLowering.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonISelLowering.h b/llvm/lib/Target/Hexagon/HexagonISelLowering.h index 26e223e822b..574f34eac2a 100644 --- a/llvm/lib/Target/Hexagon/HexagonISelLowering.h +++ b/llvm/lib/Target/Hexagon/HexagonISelLowering.h @@ -36,8 +36,8 @@ bool isPositiveHalfWord(SDNode *N); AT_GOT, // Index in GOT. AT_PCREL, // Offset relative to PC. - CALLv3, // A V3+ call instruction. - CALLv3nr, // A V3+ call instruction that doesn't return. + CALL, // Function call. + CALLnr, // Function call that does not return. CALLR, RET_FLAG, // Return with a flag operand. |