diff options
Diffstat (limited to 'test/CodeGen/PowerPC/qpx-s-sel.ll')
-rw-r--r-- | test/CodeGen/PowerPC/qpx-s-sel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/qpx-s-sel.ll b/test/CodeGen/PowerPC/qpx-s-sel.ll index e3a2dd9..09a615c 100644 --- a/test/CodeGen/PowerPC/qpx-s-sel.ll +++ b/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 |