mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168430 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
811a837609
commit
4bf4c738e8
@ -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
Block a user