summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LCSSA/unreachable-use.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LCSSA/unreachable-use.ll')
-rw-r--r--test/Transforms/LCSSA/unreachable-use.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LCSSA/unreachable-use.ll b/test/Transforms/LCSSA/unreachable-use.ll
index c389c9c..71ae134 100644
--- a/test/Transforms/LCSSA/unreachable-use.ll
+++ b/test/Transforms/LCSSA/unreachable-use.ll
@@ -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