Skip to content
Commit f8c06b33 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 4916acbd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment