diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-09 18:25:40 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-09 18:25:40 +0000 |
commit | 1cb47b9afe77231d6b87b8445dfec475fb5e59cd (patch) | |
tree | 122050cf09fc5ff22ed59e65b40a82e4cf5bfc76 /test/CodeGen/PowerPC/vec_cmp.ll | |
parent | 64bf55af6f3cc6c6db985d3840547b5869e57222 (diff) |
Test case hygiene.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/vec_cmp.ll')
-rw-r--r-- | test/CodeGen/PowerPC/vec_cmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/vec_cmp.ll b/test/CodeGen/PowerPC/vec_cmp.ll index 3180f464d1..eb41667610 100644 --- a/test/CodeGen/PowerPC/vec_cmp.ll +++ b/test/CodeGen/PowerPC/vec_cmp.ll @@ -54,7 +54,7 @@ entry: } ; CHECK: v16si8_cmp_ne: ; CHECK: vcmpequb [[RET:[0-9]+]], 2, 3 -; CHECK-NOR: vnor 2, [[RET]], [[RET]] +; CHECK-NEXT: vnor 2, [[RET]], [[RET]] define <16 x i8> @v16si8_cmp_le(<16 x i8> %x, <16 x i8> %y) nounwind readnone { entry: |