LBRX no longer has an explicit SrcValueSDNode operand, so the type
authorDan Gohman <gohman@apple.com>
Sun, 27 Sep 2009 23:17:47 +0000 (23:17 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 27 Sep 2009 23:17:47 +0000 (23:17 +0000)
commitae03af26635b5831d1370b5bc161ced577397200
tree480de2cc7adc1f03a774f1d00c0af7d66ee4f988
parent9b1de9559316274e8d0d7573d1621cef8ad7c8d6
LBRX no longer has an explicit SrcValueSDNode operand, so the type
operand is now at index 2, rather than 3. This fixes the
"Invalid child # of SDNode!" failures on PowerPC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82942 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp