diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/pr27078.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/pr27078.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pr27078.ll b/llvm/test/CodeGen/PowerPC/pr27078.ll index 324462cf601..b1fdbbde692 100644 --- a/llvm/test/CodeGen/PowerPC/pr27078.ll +++ b/llvm/test/CodeGen/PowerPC/pr27078.ll @@ -9,7 +9,7 @@ define <4 x float> @bar(float* %p, float* %q) { %6 = shufflevector <12 x float> %5, <12 x float> undef, <4 x i32> <i32 0, i32 3, i32 6, i32 9> ret <4 x float> %6 -; CHECK: vspltw +; CHECK: xxspltw ; CHECK: vmrghw ; CHECK: vsldoi } |