test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.

llvm-svn: 169020
This commit is contained in:
Chad Rosier 2012-11-30 18:29:01 +00:00
parent d05418eac6
commit a820e7feff
1 changed files with 2 additions and 2 deletions

View File

@ -41,6 +41,6 @@ define <4 x float> @test_float(<4 x float>* %X, <4 x float>* %Y) {
; all bits set and shifting it 31 bits to left, resulting a an vector of
; 4 x 0x80000000 (-0.0 as float).
; CHECK: test_float:
; CHECK: vspltisw [[ZNEG:[0-9]+]], -1
; CHECK: vslw {{[0-9]+}}, [[ZNEG]], [[ZNEG]]
; CHECK: vspltisw [[ZNEG:v[0-9]+]], -1
; CHECK: vslw {{v[0-9]+}}, [[ZNEG]], [[ZNEG]]
; CHECK: vmaddfp