Accomodate new name manglinge done by llvm-upgrade

llvm-svn: 32954
This commit is contained in:
Reid Spencer 2007-01-06 06:04:04 +00:00
parent cf025ad44a
commit ba19a40e8c
1 changed files with 2 additions and 2 deletions

View File

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