summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/BrUnwind.ll')
-rw-r--r--llvm/test/Transforms/SimplifyCFG/BrUnwind.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll b/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
index 94008b0d0f3..73bd9756c1f 100644
--- a/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
+++ b/llvm/test/Transforms/SimplifyCFG/BrUnwind.ll
@@ -1,4 +1,6 @@
-;RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | not grep 'br label'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | \
+; RUN: not grep {br label}
+
void %test(bool %C) {
br bool %C, label %A, label %B
A:
OpenPOWER on IntegriCloud