summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-02-09 18:40:25 +0000
committerChris Lattner <sabre@nondot.org>2003-02-09 18:40:25 +0000
commited8dbc90a5d9c0a472b5faf040d5d3fd668ce66d (patch)
tree37828e99f5f76a0652ff0fbc3bce873d38a25e5a
parent26bd24cd813debe457e73a93d35fd166207eae93 (diff)
downloadbcm5719-llvm-ed8dbc90a5d9c0a472b5faf040d5d3fd668ce66d.tar.gz
bcm5719-llvm-ed8dbc90a5d9c0a472b5faf040d5d3fd668ce66d.zip
TD Pass now does not cause globals to mark nodes incomplete.
llvm-svn: 5512
-rw-r--r--llvm/include/llvm/Analysis/DSGraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Analysis/DSGraph.h b/llvm/include/llvm/Analysis/DSGraph.h
index a09602293de..6f81d089f46 100644
--- a/llvm/include/llvm/Analysis/DSGraph.h
+++ b/llvm/include/llvm/Analysis/DSGraph.h
@@ -142,6 +142,7 @@ public:
//
enum MarkIncompleteFlags {
MarkFormalArgs = 1, IgnoreFormalArgs = 0,
+ IgnoreGlobals = 2, MarkGlobalsIncomplete = 0,
};
void markIncompleteNodes(unsigned Flags);
OpenPOWER on IntegriCloud