Chris Lattner 796d72272b 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.

llvm-svn: 31732
2006-11-14 18:41:38 +00:00
..
2006-03-14 06:05:05 +00:00
2005-04-22 00:00:37 +00:00
2006-11-03 01:45:13 +00:00
2003-10-16 23:46:01 +00:00
2006-08-09 19:40:13 +00:00
2006-08-15 03:50:10 +00:00
2004-03-02 15:54:25 +00:00
2005-08-02 00:10:52 +00:00
2006-10-19 15:24:04 +00:00