Quote another '%S' in a test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-09-05 12:38:44 +00:00
parent a3f89829f3
commit 5db3084b69

View 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* }