We might as well check the TD graphs as well, even though they are fine.
authorChris Lattner <sabre@nondot.org>
Tue, 22 Mar 2005 22:11:22 +0000 (22:11 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Mar 2005 22:11:22 +0000 (22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20774 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll

index 2a35638bf44b8ac12f78f3a2f7c39bc77972b934..0af1efab27f891dd33a6ffce9c46e54ad488d4fc 100644 (file)
@@ -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 }