1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

The operand listing is very much outdated.

llvm-svn: 175220
This commit is contained in:
Eli Bendersky 2013-02-14 23:17:03 +00:00
parent 845f839577
commit 3c50981d2a

View File

@ -234,11 +234,8 @@ namespace llvm {
// EH_SJLJ_LONGJMP - SjLj exception handling longjmp.
EH_SJLJ_LONGJMP,
/// TC_RETURN - Tail call return.
/// operand #0 chain
/// operand #1 callee (register or absolute)
/// operand #2 stack adjustment
/// operand #3 optional in flag
/// TC_RETURN - Tail call return. See X86TargetLowering::LowerCall for
/// the list of operands.
TC_RETURN,
// VZEXT_MOVL - Vector move low and zero extend.