From cce302fded6c4c7b84630094fb60bc16fb4b1749 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sat, 7 Jun 2008 08:40:16 +0000 Subject: [PATCH] Fix run line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52072 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyCFG/branch-fold-test.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/SimplifyCFG/branch-fold-test.ll b/test/Transforms/SimplifyCFG/branch-fold-test.ll index 2deca406345..444741f5b72 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: