Corruptly merge constants with explicit and implicit alignments.
[oota-llvm.git] / test / Transforms / LoopSimplify / indirectbr.ll
index 2e4549d1e9c0ff6b278fd5e84424a86e66f72e9d..ca05f437e5cfc82dcc797c110b9243e6b2c7384d 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt < %s -loopsimplify -lcssa -verify-loop-info -verify-dom-info -S \
-; RUN:   | grep -F {indirectbr i8* %x, \[label %L0, label %L1\]} \
+; RUN: opt < %s -loop-simplify -lcssa -verify-loop-info -verify-dom-info -S \
+; RUN:   | grep -F "indirectbr i8* %x, [label %L0, label %L1]" \
 ; RUN:   | count 6
 
 ; LoopSimplify should not try to transform loops when indirectbr is involved.