mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
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:
parent
44fedbad3a
commit
05fa24c574
@ -60,8 +60,6 @@ public:
|
|||||||
|
|
||||||
StringRef getSectionName() const { return SectionName; }
|
StringRef getSectionName() const { return SectionName; }
|
||||||
virtual std::string getLabelBeginName() const {
|
virtual std::string getLabelBeginName() const {
|
||||||
dbgs() << SectionName.data();
|
|
||||||
dbgs() << "_begin" << "\n";
|
|
||||||
return SectionName.str() + "_begin"; }
|
return SectionName.str() + "_begin"; }
|
||||||
virtual std::string getLabelEndName() const {
|
virtual std::string getLabelEndName() const {
|
||||||
return SectionName.str() + "_end";
|
return SectionName.str() + "_end";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user