summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/Printer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-13 05:05:41 +0000
committerChris Lattner <sabre@nondot.org>2003-11-13 05:05:41 +0000
commitbaef234ce314b1987250c41b9a192f7155645f78 (patch)
treebea7ae9258949d0b4fd123d7b4fc3dbb9f68a5d8 /llvm/lib/Analysis/DataStructure/Printer.cpp
parent6d27d46a08a55c5dc34c452712850943f7548cfb (diff)
downloadbcm5719-llvm-baef234ce314b1987250c41b9a192f7155645f78.tar.gz
bcm5719-llvm-baef234ce314b1987250c41b9a192f7155645f78.zip
Implement the CompleteBU pass
llvm-svn: 9964
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/Printer.cpp')
-rw-r--r--llvm/lib/Analysis/DataStructure/Printer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/DataStructure/Printer.cpp b/llvm/lib/Analysis/DataStructure/Printer.cpp
index ae528aeb345..7e73bb0aee4 100644
--- a/llvm/lib/Analysis/DataStructure/Printer.cpp
+++ b/llvm/lib/Analysis/DataStructure/Printer.cpp
@@ -283,3 +283,8 @@ void TDDataStructures::print(std::ostream &O, const Module *M) const {
printCollection(*this, O, M, "td.");
}
+void CompleteBUDataStructures::print(std::ostream &O, const Module *M) const {
+ printCollection(*this, O, M, "cbu.");
+}
+
+
OpenPOWER on IntegriCloud