[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll constant_globals.ll

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed Jun 28 13:14:42 PDT 2006



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

GlobalsGraphFuncPtr.ll updated: 1.1 -> 1.2
constant_globals.ll updated: 1.1 -> 1.2
---
Log message:

not really XFailing these, as only incompleteness is wrong in the graph

---
Diffs of the changes:  (+4 -2)

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


Index: llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
diff -u llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll:1.1 llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll:1.2
--- llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll:1.1	Fri Jul 25 15:53:58 2003
+++ llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll	Wed Jun 28 15:14:30 2006
@@ -4,7 +4,8 @@
 ; -- 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
 ;
-; RUN: analyze %s -datastructure-gc -dsgc-check-flags=KnownPtr:S,UnknownPtr:SI -dsgc-dspass=bu
+; FIXME: KnownPtr should be just S.
+; RUN: analyze %s -datastructure-gc -dsgc-check-flags=KnownPtr:SI,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.1 llvm/test/Regression/Analysis/DSGraph/constant_globals.ll:1.2
--- llvm/test/Regression/Analysis/DSGraph/constant_globals.ll:1.1	Wed Feb 25 17:34:04 2004
+++ llvm/test/Regression/Analysis/DSGraph/constant_globals.ll	Wed Jun 28 15:14:30 2006
@@ -1,4 +1,5 @@
-; RUN: analyze %s -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SM
+; FIXME: A should just be SM
+; RUN: analyze %s -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SIM
 ; 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.






More information about the llvm-commits mailing list