restore these tests

llvm-svn: 31133
This commit is contained in:
Andrew Lenharth 2006-10-23 19:52:27 +00:00
parent fe7b6ef346
commit 3cd1a452c6
3 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,4 @@
; FIXME: this should be SHM for bu, but change it for now since besides incompleteness ; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=Y:SHM && \
; this is working
; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=Y:SHIM && \
; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=P1:SHM,P2:SHM ; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=P1:SHM,P2:SHM
%G = internal constant [2 x int*(int*)*] [ %G = internal constant [2 x int*(int*)*] [

View File

@ -4,8 +4,7 @@
; -- latter should remain unresolved in main() and copied to GG ; -- latter should remain unresolved in main() and copied to GG
; -- globals in GG pointed to by latter should be marked I, but not other nodes ; -- globals in GG pointed to by latter should be marked I, but not other nodes
; ;
; FIXME: KnownPtr should be just S. ; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=KnownPtr:S,UnknownPtr:SI -dsgc-dspass=bu
; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=KnownPtr:SI,UnknownPtr:SI -dsgc-dspass=bu
%Z = internal global int 0 %Z = internal global int 0
%X = internal global int 0 %X = internal global int 0

View File

@ -1,5 +1,4 @@
; FIXME: A should just be SM ; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SM
; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SIM
; Constant globals should not mark stuff incomplete. This should allow the ; Constant globals should not mark stuff incomplete. This should allow the
; bu pass to resolve the indirect call immediately in "test", allowing %A to ; bu pass to resolve the indirect call immediately in "test", allowing %A to
; be marked complete and the store to happen. ; be marked complete and the store to happen.