diff options
Diffstat (limited to 'test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll')
-rw-r--r-- | test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll b/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll index da15180836..55199ab2a1 100644 --- a/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll +++ b/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll @@ -1,7 +1,7 @@ ; This test checks to make sure that 'br X, Dest, Dest' is folded into ; 'br Dest' -; RUN: as < %s | opt -simplifycfg | dis | not grep 'br bool %c2' +; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep 'br bool %c2' declare void %noop() |