Remove extraneous debugging code.

llvm-svn: 170090
This commit is contained in:
Eric Christopher 2012-12-13 03:07:28 +00:00
parent b0fe7fdb57
commit cf6d6317cc
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ public:
StringRef getSectionName() const { return SectionName; }
virtual std::string getLabelBeginName() const {
dbgs() << SectionName.data();
dbgs() << "_begin" << "\n";
return SectionName.str() + "_begin"; }
virtual std::string getLabelEndName() const {
return SectionName.str() + "_end";