Update run line

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2693 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-05-21 19:33:17 +00:00
parent 2f3ee642a8
commit 4a4e39d647

View File

@ -1,6 +1,6 @@
; Test CFG simplify removal of branch instructions...
;
; RUN: if as < %s | opt -dce | dis | grep br
; RUN: if as < %s | opt -simplifycfg | dis | grep br
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi