Skip to content

Commit

Permalink
Remove unused CHECK lines copied from another test
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175905 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
cooperp committed Feb 22, 2013
1 parent fd4af7d commit b7eb784
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/CodeGen/X86/fast-isel-constant.ll
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ normal:

overflow:
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)

0 comments on commit b7eb784

Please sign in to comment.