Remove extraneous debugging code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170090 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2012-12-13 03:07:28 +00:00
parent 44fedbad3a
commit 05fa24c574

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";