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 d1de65c156..ea74692d05 100644 --- a/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll +++ b/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll @@ -2,7 +2,7 @@ ; 'br Dest' ; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | \ -; RUN: not grep {br bool %c2} +; RUN: not grep {br i1 %c2} declare void @noop() |