Remove unused CHECK lines copied from another test

llvm-svn: 175905
This commit is contained in:
Pete Cooper 2013-02-22 18:16:21 +00:00
parent 8c55c01d2a
commit 23e8b6b8c9
1 changed files with 0 additions and 8 deletions

View File

@ -19,14 +19,6 @@ normal:
overflow: overflow:
ret i1 false ret i1 false
; X32: test4:
; X32: addl
; X32-NEXT: jo
; X64: test4:
; X64: addl %e[[A1:si|dx]], %e[[A0:di|cx]]
; X64-NEXT: jo
} }
declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32) declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32)