Mercurial > hg > CbC > CbC_llvm
comparison lib/Support/Twine.cpp @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | afa8332a0e37 |
children | 803732b1fca8 |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
159 OS << " "; | 159 OS << " "; |
160 printOneChildRepr(OS, RHS, getRHSKind()); | 160 printOneChildRepr(OS, RHS, getRHSKind()); |
161 OS << ")"; | 161 OS << ")"; |
162 } | 162 } |
163 | 163 |
164 void Twine::dump() const { | 164 LLVM_DUMP_METHOD void Twine::dump() const { |
165 print(dbgs()); | 165 print(dbgs()); |
166 } | 166 } |
167 | 167 |
168 void Twine::dumpRepr() const { | 168 void Twine::dumpRepr() const { |
169 printRepr(dbgs()); | 169 printRepr(dbgs()); |