Fix this test

llvm-svn: 18900
This commit is contained in:
Chris Lattner 2004-12-13 17:53:11 +00:00
parent a20de02919
commit 2f65416429
1 changed files with 1 additions and 1 deletions
llvm/test/Regression/Transforms/SCCP

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 0' | not grep ret
; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 0' | grep -v 'ret int undef' | not grep ret
implementation