summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-06-28 20:14:30 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-06-28 20:14:30 +0000
commitc327932ac11bb69712129c0038a6fb965d7d30f7 (patch)
tree4b4d0d64a0a1e10ee384ea4307e77b13227cf966 /llvm
parent48b2b0c444e3110fff3ff4800a8a035df32b3d2a (diff)
downloadbcm5719-llvm-c327932ac11bb69712129c0038a6fb965d7d30f7.tar.gz
bcm5719-llvm-c327932ac11bb69712129c0038a6fb965d7d30f7.zip
not really XFailing these, as only incompleteness is wrong in the graph
llvm-svn: 28967
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll3
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/constant_globals.ll3
2 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll b/llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
index cb974a97e96..99ac4734d42 100644
--- a/llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
+++ b/llvm/test/Regression/Analysis/DSGraph/GlobalsGraphFuncPtr.ll
@@ -4,7 +4,8 @@
; -- 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
;
-; RUN: analyze %s -datastructure-gc -dsgc-check-flags=KnownPtr:S,UnknownPtr:SI -dsgc-dspass=bu
+; FIXME: KnownPtr should be just S.
+; RUN: analyze %s -datastructure-gc -dsgc-check-flags=KnownPtr:SI,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 82cfb968325..f42aec91e5d 100644
--- a/llvm/test/Regression/Analysis/DSGraph/constant_globals.ll
+++ b/llvm/test/Regression/Analysis/DSGraph/constant_globals.ll
@@ -1,4 +1,5 @@
-; RUN: analyze %s -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SM
+; FIXME: A should just be SM
+; RUN: analyze %s -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=A:SIM
; 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