forked from OSchip/llvm-project
This test was mistakenly matching 'predecessors' that the new asmwriter
spits out llvm-svn: 4068
This commit is contained in:
parent
37e690a9c8
commit
86566f1d85
|
@ -1,7 +1,7 @@
|
|||
; This test makes sure that these instructions are properly eliminated.
|
||||
;
|
||||
|
||||
; RUN: if as < %s | opt -instcombine | dis | grep or
|
||||
; RUN: if as < %s | opt -instcombine | dis | grep or\
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
|
Loading…
Reference in New Issue