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