Changes in directory llvm/test/Regression/Analysis/DSGraph:

FunctionPointerTable-const.ll updated: 1.4 -> 1.5
GlobalsGraphFuncPtr.ll updated: 1.4 -> 1.5
constant_globals.ll updated: 1.4 -> 1.5
---
Log message:

restore these tests

---
Diffs of the changes:  (+3 -7)

 FunctionPointerTable-const.ll |    4 +---
 GlobalsGraphFuncPtr.ll        |    3 +--
 constant_globals.ll           |    3 +--
 3 files changed, 3 insertions(+), 7 deletions(-)


Index: llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll
diff -u llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll:1.4 
llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll:1.4     
Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll Mon Oct 
23 14:52:27 2006
@@ -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: llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
diff -u llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll:1.4 
llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll:1.4    Sun Aug 
27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll        Mon Oct 
23 14:52:27 2006
@@ -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: llvm/test/Regression/Analysis/DSGraph/constant_globals.ll
diff -u llvm/test/Regression/Analysis/DSGraph/constant_globals.ll:1.4 
llvm/test/Regression/Analysis/DSGraph/constant_globals.ll:1.5
--- llvm/test/Regression/Analysis/DSGraph/constant_globals.ll:1.4       Sun Aug 
27 17:47:14 2006
+++ llvm/test/Regression/Analysis/DSGraph/constant_globals.ll   Mon Oct 23 
14:52:27 2006
@@ -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.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to