mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
a3f89829f3
commit
5db3084b69
@ -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* }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user