[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 22 14:11:38 PST 2005
Changes in directory llvm/test/Regression/Analysis/DSGraph:
2005-03-22-IncompleteGlobal.ll updated: 1.1 -> 1.2
---
Log message:
We might as well check the TD graphs as well, even though they are fine.
---
Diffs of the changes: (+2 -2)
2005-03-22-IncompleteGlobal.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll:1.1 llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll:1.2
--- llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll:1.1 Tue Mar 22 16:07:15 2005
+++ llvm/test/Regression/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll Tue Mar 22 16:11:22 2005
@@ -1,5 +1,5 @@
-; RUN: analyze %s -datastructure-gc -dsgc-check-flags=G:GIM -dsgc-dspass=bu
-
+; RUN: analyze %s -datastructure-gc -dsgc-check-flags=G:GIM -dsgc-dspass=bu &&\
+; RUN: analyze %s -datastructure-gc -dsgc-check-flags=G:GIM -dsgc-dspass=td
%S = type { double, int }
More information about the llvm-commits
mailing list