mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Eliminate tabs and trailing spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -62,7 +62,7 @@ namespace {
|
||||
};
|
||||
|
||||
static void writePrologue (std::ostream &Out, const std::string &comment,
|
||||
const std::string &symName) {
|
||||
const std::string &symName) {
|
||||
// Prologue:
|
||||
// Output a comment describing the object.
|
||||
Out << "!" << comment << "\n";
|
||||
@@ -80,7 +80,7 @@ namespace {
|
||||
Out << ".end_" << symName << ":\n";
|
||||
// Output size directive giving the size of the object:
|
||||
Out << "\t.size " << symName << ", .end_" << symName << "-" << symName
|
||||
<< "\n";
|
||||
<< "\n";
|
||||
}
|
||||
|
||||
// SparcV9BytecodeWriter - Write bytecode out to a stream that is sparc'ified
|
||||
|
Reference in New Issue
Block a user