forked from OSchip/llvm-project
Accomodate new name manglinge done by llvm-upgrade
llvm-svn: 32954
This commit is contained in:
parent
cf025ad44a
commit
ba19a40e8c
|
@ -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…
Reference in New Issue