commit | baef234ce314b1987250c41b9a192f7155645f78 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Nov 13 05:05:41 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Nov 13 05:05:41 2003 +0000 |
tree | bea7ae9258949d0b4fd123d7b4fc3dbb9f68a5d8 | |
parent | 6d27d46a08a55c5dc34c452712850943f7548cfb [diff] [blame] |
Implement the CompleteBU pass llvm-svn: 9964
diff --git a/llvm/lib/Analysis/DataStructure/Printer.cpp b/llvm/lib/Analysis/DataStructure/Printer.cpp index ae528ae..7e73bb0 100644 --- a/llvm/lib/Analysis/DataStructure/Printer.cpp +++ b/llvm/lib/Analysis/DataStructure/Printer.cpp
@@ -283,3 +283,8 @@ printCollection(*this, O, M, "td."); } +void CompleteBUDataStructures::print(std::ostream &O, const Module *M) const { + printCollection(*this, O, M, "cbu."); +} + +