mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-07 02:56:52 +00:00
The operand listing is very much outdated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175220 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eba97c573f
commit
d6f19c7163
@ -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…
x
Reference in New Issue
Block a user