mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 17:42:40 +00:00
Accomodate new name manglinge done by llvm-upgrade
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb03b5a122
commit
7c0028916b
@ -1,7 +1,7 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -lcssa | llvm-dis | \
|
||||
; RUN: grep "%SJE.0.0.u.lcssa = phi .struct.SetJmpMapEntry" &&
|
||||
; RUN: grep "%SJE.0.0.pntr.s1.u1.lcssa = phi .struct.SetJmpMapEntry" &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -lcssa | llvm-dis | \
|
||||
; RUN: grep "%SJE.0.0.u.lcssa1 = phi .struct.SetJmpMapEntry"
|
||||
; RUN: grep "%SJE.0.0.pntr.s1.u1.lcssa1 = phi .struct.SetJmpMapEntry"
|
||||
|
||||
%struct.SetJmpMapEntry = type { sbyte*, uint, %struct.SetJmpMapEntry* }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user