llvm-svn: 33758
This commit is contained in:
Jim Laskey 2007-02-01 17:48:20 +00:00
parent 894ceb1c6f
commit f970221c4d
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
if (O) print(*O);
}
void print(std::ostream &O) const {
O << ".D" << Tag;
O << ".debug_" << Tag;
if (Number) O << Number;
}
#endif