Quote another '%S' in a test.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 5 Sep 2009 12:38:44 +0000 (12:38 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 5 Sep 2009 12:38:44 +0000 (12:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81088 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll

index aa24014f3b99007fe8e21d28b1985beae41f5ed4..b20cf3d0b0b1ea702316c7eb31dcb343bf40f176 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as < %s | opt -lcssa | llvm-dis | \
-; RUN:   grep {%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry}
+; RUN:   grep {%%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry}
 ; RUN: llvm-as < %s | opt -lcssa | llvm-dis | \
-; RUN:   grep {%SJE.0.0.lcssa1 = phi .struct.SetJmpMapEntry}
+; RUN:   grep {%%SJE.0.0.lcssa1 = phi .struct.SetJmpMapEntry}
 
         %struct.SetJmpMapEntry = type { i8*, i32, %struct.SetJmpMapEntry* }