Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Transforms / SimplifyCFG / switch_thread.ll
index eff4717cc24c6170e90efffc5a36c1a0a6a2d5f6..93966841a425aa1998fbda6db3d20c14def6f86e 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -simplifycfg -S | \
-; RUN:   not grep {call void @DEAD}
+; RUN: opt %s -simplifycfg -S | \
+; RUN:   not grep "call void @DEAD"
 
 ; Test that we can thread a simple known condition through switch statements.