From: Chris Lattner Date: Tue, 21 May 2002 19:33:17 +0000 (+0000) Subject: Update run line X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4a4e39d647d4eb451be15ab2b7d3279e26bb94d7;p=oota-llvm.git Update run line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2693 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SimplifyCFG/basictest.ll b/test/Transforms/SimplifyCFG/basictest.ll index a63abf751fa..c86d9398f5a 100644 --- a/test/Transforms/SimplifyCFG/basictest.ll +++ b/test/Transforms/SimplifyCFG/basictest.ll @@ -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