diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/qpx-s-sel.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-s-sel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/qpx-s-sel.ll b/llvm/test/CodeGen/PowerPC/qpx-s-sel.ll index e3a2dd940a7..09a615c4597 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-s-sel.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-s-sel.ll @@ -46,7 +46,7 @@ entry: define <4 x i1> @test4(<4 x i1> %a) nounwind { entry: - %q = load <4 x i1>* @Q, align 16 + %q = load <4 x i1>, <4 x i1>* @Q, align 16 %v = and <4 x i1> %a, %q ret <4 x i1> %v |