radeon/llvm: Fix lowering of SI_V_CNDLT
authorTom Stellard <thomas.stellard@amd.com>
Tue, 4 Sep 2012 15:20:01 +0000 (11:20 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 4 Sep 2012 18:21:10 +0000 (14:21 -0400)
commit446d19c12a576e36c3da34ada01b708fcbc196c5
tree452e664149d5db135852d748c51b60f29a0a3d3f
parentf9fede884b7ace711ccf63152afdbdaf209edced
radeon/llvm: Fix lowering of SI_V_CNDLT

SREG_LIT_0 is a scalar register, so it can only be used in the
first argument of vector instructoins.
src/gallium/drivers/radeon/SIISelLowering.cpp