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:
parent
845f839577
commit
3c50981d2a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user