diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-06-07 08:40:16 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-06-07 08:40:16 +0000 |
commit | 5f6d9d796df2a49e10586c92a6916d6b5b8fc09a (patch) | |
tree | d9d23689d9bd3b59ccc7f0b2839eb4979e14c430 /test | |
parent | d2d22fec2b1efc34e26d8f40dc5497785bfc8a8d (diff) | |
download | external_llvm-5f6d9d796df2a49e10586c92a6916d6b5b8fc09a.zip external_llvm-5f6d9d796df2a49e10586c92a6916d6b5b8fc09a.tar.gz external_llvm-5f6d9d796df2a49e10586c92a6916d6b5b8fc09a.tar.bz2 |
Fix run line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/SimplifyCFG/branch-fold-test.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/branch-fold-test.ll b/test/Transforms/SimplifyCFG/branch-fold-test.ll index 2deca40..444741f 100644 --- a/test/Transforms/SimplifyCFG/branch-fold-test.ll +++ b/test/Transforms/SimplifyCFG/branch-fold-test.ll @@ -1,7 +1,7 @@ ; This test ensures that the simplifycfg pass continues to constant fold ; terminator instructions. -; RUN: llvm-as < %s | opt -simplifycfg | not grep br +; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep br define i32 @test(i32 %A, i32 %B) { J: |