forked from OSchip/llvm-project
llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.
"not grep '-715827882'" performed as below...bad... Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information. llvm-svn: 168430
This commit is contained in:
parent
0597d355a2
commit
0a41c0bb18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue