Skip to content

Commit

Permalink
llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.
Browse files Browse the repository at this point in the history
"not grep '-715827882'" performed as below...bad...

Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168430 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Nov 21, 2012
1 parent 811a837 commit 4bf4c73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Transforms/InstCombine/sdiv-1.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
; RUN: opt < %s -instcombine -inline -S | not grep '-715827882'
; RUN: opt < %s -instcombine -inline -S | FileCheck %s
; PR3142

; CHECK-NOT: -715827882

define i32 @a(i32 %X) nounwind readnone {
entry:
%0 = sub i32 0, %X
Expand Down

0 comments on commit 4bf4c73

Please sign in to comment.