mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 01:24:30 +00:00
Tidy up whitespace in ConstantRange::print output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51606 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -464,7 +464,7 @@ ConstantRange ConstantRange::truncate(uint32_t DstTySize) const {
|
|||||||
///
|
///
|
||||||
void ConstantRange::print(std::ostream &OS) const {
|
void ConstantRange::print(std::ostream &OS) const {
|
||||||
OS << "[" << Lower.toStringSigned(10) << ","
|
OS << "[" << Lower.toStringSigned(10) << ","
|
||||||
<< Upper.toStringSigned(10) << " )";
|
<< Upper.toStringSigned(10) << ")";
|
||||||
}
|
}
|
||||||
|
|
||||||
/// dump - Allow printing from a debugger easily...
|
/// dump - Allow printing from a debugger easily...
|
||||||
|
Reference in New Issue
Block a user