summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-12-13 03:07:28 +0000
committerEric Christopher <echristo@gmail.com>2012-12-13 03:07:28 +0000
commit05fa24c5749da265ee9f82eeead8ccdf2804f721 (patch)
tree9d4daf6559b5f46c9324ba04a217e5b7eff53706 /include
parent44fedbad3a3f57aa27ae2b5ac82b21679bf7fe00 (diff)
downloadllvm-05fa24c5749da265ee9f82eeead8ccdf2804f721.tar.gz
llvm-05fa24c5749da265ee9f82eeead8ccdf2804f721.tar.bz2
llvm-05fa24c5749da265ee9f82eeead8ccdf2804f721.tar.xz
Remove extraneous debugging code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCSectionELF.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCSectionELF.h b/include/llvm/MC/MCSectionELF.h
index 8c31d04639..451a1623c1 100644
--- a/include/llvm/MC/MCSectionELF.h
+++ b/include/llvm/MC/MCSectionELF.h
@@ -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";