This test was mistakenly matching 'predecessors' that the new asmwriter

spits out

llvm-svn: 4068
This commit is contained in:
Chris Lattner 2002-10-08 16:09:47 +00:00
parent 37e690a9c8
commit 86566f1d85
1 changed files with 1 additions and 1 deletions

View File

@ -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