diff options
author | Chris Lattner <sabre@nondot.org> | 2005-03-22 22:11:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-03-22 22:11:22 +0000 |
commit | c7c6a864c0b87eb76e957a4cb3ce42c9ea21770f (patch) | |
tree | bc0530cee9062baae9916a1ac683c072fdc48e68 /test/Analysis | |
parent | 9547adef58cedf4a2d1a7ecf0c1792564f14ef9d (diff) | |
download | external_llvm-c7c6a864c0b87eb76e957a4cb3ce42c9ea21770f.zip external_llvm-c7c6a864c0b87eb76e957a4cb3ce42c9ea21770f.tar.gz external_llvm-c7c6a864c0b87eb76e957a4cb3ce42c9ea21770f.tar.bz2 |
We might as well check the TD graphs as well, even though they are fine.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r-- | test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll b/test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll index 2a35638..0af1efa 100644 --- a/test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll +++ b/test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll @@ -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 } |