Revert "Revert "DI: Fold constant arguments into a single MDString""
[oota-llvm.git] / test / Transforms / SimplifyCFG / BrUnwind.ll
index 7ab8faa2cea9871de3d8f0c24564962bfcb4bc50..14853642c09a74b3acc67de93dc88fa6b8561d3d 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -simplifycfg -S | \
-; RUN: not grep {br label}
+; RUN: not grep "br label"
 
 define void @test(i1 %C) {
         br i1 %C, label %A, label %B