diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vsx.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vsx.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vsx.ll b/llvm/test/CodeGen/PowerPC/vsx.ll index 1659bc10ae0..3df501db41f 100644 --- a/llvm/test/CodeGen/PowerPC/vsx.ll +++ b/llvm/test/CodeGen/PowerPC/vsx.ll @@ -525,8 +525,8 @@ entry: ret <2 x double> %v ; CHECK-LABEL: @test25 -; CHECK: xvcmpeqdp v4, v4, v5 -; CHECK: xxsel v2, v3, v2, v4 +; CHECK: xvcmpeqdp vs0, v4, v5 +; CHECK: xxsel v2, v3, v2, vs0 ; CHECK: blr ; CHECK-LE-LABEL: @test25 |