restore these tests
authorAndrew Lenharth <andrewl@lenharth.org>
Mon, 23 Oct 2006 19:52:27 +0000 (19:52 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Mon, 23 Oct 2006 19:52:27 +0000 (19:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31133 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/FunctionPointerTable-const.ll
test/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
test/Analysis/DSGraph/constant_globals.ll

index 1b8e198f2881bf591086571080b3204b4682cf9e..9c904fa0e07e115d0f37684645ed7011c6bd00e7 100644 (file)
@@ -1,6 +1,4 @@
-; FIXME: this should be SHM for bu, but change it for now since besides incompleteness
-;        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=bu -dsgc-check-flags=Y: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*)*] [ 
index a3c13852e5b95b1cf2fd3e269fdabb6d53599d7d..6cc06c4b01ec69b534e1a7292685c06a326ea8c9 100644 (file)
@@ -4,8 +4,7 @@
 ; -- 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
 ;
-; FIXME: KnownPtr should be just S.
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=KnownPtr:SI,UnknownPtr:SI -dsgc-dspass=bu
+; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=KnownPtr:S,UnknownPtr:SI -dsgc-dspass=bu
 
 %Z = internal global int 0
 %X = internal global int 0
index eef65c669a1ed2684b6a40f82d20beb0be9e4e0d..1ee6530883784bdc09af7a6e36932da11e8873be 100644 (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:SIM
+; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SM
 ; Constant globals should not mark stuff incomplete.  This should allow the 
 ; bu pass to resolve the indirect call immediately in "test", allowing %A to
 ; be marked complete and the store to happen.