From 4446617ae2a72d737d86da7d2924f573989a513d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Jul 2003 21:09:20 +0000 Subject: [PATCH] Update to use more modern graph checker git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7332 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll | 2 +- test/Analysis/DSGraph/2003-06-30-TopDownResolve.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll b/test/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll index 4b146a15924..0c462e1e6ea 100644 --- a/test/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll +++ b/test/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll @@ -1,4 +1,4 @@ -; RUN: analyze %s -datastructure-gc -dsgc-dspass=td -dsgc-abort-if-incomplete=Ptr +; RUN: analyze %s -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=Ptr:HR diff --git a/test/Analysis/DSGraph/2003-06-30-TopDownResolve.ll b/test/Analysis/DSGraph/2003-06-30-TopDownResolve.ll index 2b4fb85db9b..6622eb2ea3e 100644 --- a/test/Analysis/DSGraph/2003-06-30-TopDownResolve.ll +++ b/test/Analysis/DSGraph/2003-06-30-TopDownResolve.ll @@ -1,4 +1,4 @@ -; RUN: analyze %s -datastructure-gc -dsgc-dspass=td -dsgc-abort-if-incomplete=X +; RUN: analyze %s -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=X:GM %G = internal global int 5 -- 2.34.1