summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-10-23 19:52:27 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-10-23 19:52:27 +0000
commit3cd1a452c636fa2bfe32942d097deae26dfda0cf (patch)
tree616698b10ebef5df70f355320f56163865f23745
parentfe7b6ef3462f4ac83801bfba73fdb8a7a921d173 (diff)
downloadbcm5719-llvm-3cd1a452c636fa2bfe32942d097deae26dfda0cf.tar.gz
bcm5719-llvm-3cd1a452c636fa2bfe32942d097deae26dfda0cf.zip
restore these tests
llvm-svn: 31133
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll4
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll3
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/constant_globals.ll3
3 files changed, 3 insertions, 7 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll b/llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll
index 1b8e198f288..9c904fa0e07 100644
--- a/llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll
+++ b/llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll
@@ -1,6 +1,4 @@
-; FIXME: this should be SHM for bu, but change it for now since besides incompleteness
-; this is working
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=Y:SHIM && \
+; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=Y:SHM && \
; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=P1:SHM,P2:SHM
%G = internal constant [2 x int*(int*)*] [
diff --git a/llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll b/llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
index a3c13852e5b..6cc06c4b01e 100644
--- a/llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
+++ b/llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
@@ -4,8 +4,7 @@
; -- 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
;
-; FIXME: KnownPtr should be just S.
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=KnownPtr:SI,UnknownPtr:SI -dsgc-dspass=bu
+; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-check-flags=KnownPtr:S,UnknownPtr:SI -dsgc-dspass=bu
%Z = internal global int 0
%X = internal global int 0
diff --git a/llvm/test/Regression/Analysis/DSGraph/constant_globals.ll b/llvm/test/Regression/Analysis/DSGraph/constant_globals.ll
index eef65c669a1..1ee65308837 100644
--- a/llvm/test/Regression/Analysis/DSGraph/constant_globals.ll
+++ b/llvm/test/Regression/Analysis/DSGraph/constant_globals.ll
@@ -1,5 +1,4 @@
-; FIXME: A should just be SM
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SIM
+; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SM
; 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.
OpenPOWER on IntegriCloud