diff options
Diffstat (limited to 'test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll')
-rw-r--r-- | test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll b/test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll index a307573..1fd2655 100644 --- a/test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll +++ b/test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll @@ -3,7 +3,7 @@ ; due to the fact that the SimplifyCFG function does not use ; the ConstantFoldTerminator function. -; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | \ +; RUN: opt %s -simplifycfg | llvm-dis | \ ; RUN: not grep {br i1 %c2} declare void @noop() |