diff options
| author | Hans Wennborg <hans@hanshq.net> | 2015-08-31 21:10:35 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2015-08-31 21:10:35 +0000 |
| commit | 4a61370b8f68af510e3876db891a6ef578a17c60 (patch) | |
| tree | 0573f1d21819d9f0f8fab526fb07ed59a39d0b5b /llvm/test/CodeGen/SPARC/select-mask.ll | |
| parent | 21c1bc46aee2b69c2c48db8e961f0ce8394f21e1 (diff) | |
| download | bcm5719-llvm-4a61370b8f68af510e3876db891a6ef578a17c60.tar.gz bcm5719-llvm-4a61370b8f68af510e3876db891a6ef578a17c60.zip | |
Fix CHECK directives that weren't checking.
llvm-svn: 246485
Diffstat (limited to 'llvm/test/CodeGen/SPARC/select-mask.ll')
| -rw-r--r-- | llvm/test/CodeGen/SPARC/select-mask.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SPARC/select-mask.ll b/llvm/test/CodeGen/SPARC/select-mask.ll index 12e57103594..2e69a3b9be5 100644 --- a/llvm/test/CodeGen/SPARC/select-mask.ll +++ b/llvm/test/CodeGen/SPARC/select-mask.ll @@ -4,7 +4,7 @@ ;; other than the first for SELECT. Thus, the 'trunc' got eliminated ;; as redundant. But, cmp does NOT ignore the other bits! -; CHECK-LABEL select_mask: +; CHECK-LABEL: select_mask: ; CHECK: ldub [%o0], [[R:%[goli][0-7]]] ; CHECK: and [[R]], 1, [[V:%[goli][0-7]]] ; CHECK: cmp [[V]], 0 |

