Rename testing case to use - instead of _.
[oota-llvm.git] / test / Transforms / LCSSA / unreachable-use.ll
index c389c9cfa878c55c267786e3383b2f11c70640aa..71ae134e314cfff63ef9d2b483f49333ecb16b44 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -lcssa -S -verify-loop-info | grep {\[%\]tmp33 = load i1\\*\\* \[%\]tmp}
+; RUN: opt < %s -lcssa -S -verify-loop-info | grep "[%]tmp33 = load i1\*\* [%]tmp"
 ; PR6546
 
 ; LCSSA doesn't need to transform uses in blocks not reachable