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:
Eli Bendersky 2013-02-14 23:17:03 +00:00
parent eba97c573f
commit d6f19c7163

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.