summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-10-02 15:49:34 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-10-02 15:49:34 +0000
commitfba80d9e97685f4aff959a6ba9fb076536bf285e (patch)
tree1d85761530447bea4ac1115d6b811e4c6b3788b3 /test/CodeGen/SPARC
parent48da0be8b5821dddbb5233ad9cb198369031684b (diff)
downloadllvm-fba80d9e97685f4aff959a6ba9fb076536bf285e.tar.gz
llvm-fba80d9e97685f4aff959a6ba9fb076536bf285e.tar.bz2
llvm-fba80d9e97685f4aff959a6ba9fb076536bf285e.tar.xz
Fix broken tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SPARC')
-rwxr-xr-xtest/CodeGen/SPARC/2011-01-11-CC.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/2011-01-11-CC.ll b/test/CodeGen/SPARC/2011-01-11-CC.ll
index 3ceda958de..f676fd8369 100755
--- a/test/CodeGen/SPARC/2011-01-11-CC.ll
+++ b/test/CodeGen/SPARC/2011-01-11-CC.ll
@@ -54,7 +54,7 @@ entry:
; V8: {{be|bne}}
; V9: test_select_dfp_icc
; V9: subcc
-; V9=NOT: {{be|bne}}
+; V9-NOT: {{be|bne}}
; V9: fmovd{{e|ne}} %icc
%0 = icmp eq i32 %a, 0
%1 = select i1 %0, double %f1, double %f2