Chris Lattner 7c3a96b81a Fix a bug handling nodes with variable arguments. The code was fixed to assume
that there were two input operands before the variable operand portion.  This
*happened* to be true for all call instructions, which took a chain and a
destination, but was not true for the PPC BCTRL instruction, whose destination
is implicit.

Making this code more general allows elimination of the custom selection logic
for BCTRL.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31732 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-14 18:41:38 +00:00
..
2006-11-05 19:31:28 +00:00
2006-11-03 01:48:30 +00:00
2006-07-13 21:02:53 +00:00
2006-11-05 23:28:58 +00:00
2006-11-05 19:31:28 +00:00
2006-11-05 23:28:58 +00:00
2006-10-11 18:13:09 +00:00
2006-09-01 21:14:42 +00:00
2006-10-11 18:13:09 +00:00
2006-07-07 00:21:17 +00:00
2006-11-02 20:46:16 +00:00