diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-27 05:53:44 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-27 05:53:44 +0000 |
commit | 33a030e36cdf5baed438434093869c2a7c087720 (patch) | |
tree | c498865cae3a8e3e50990bc9b6ffcc0442b5472c /llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp | |
parent | f7100ad225c9d9c38f3ad57b48f2245a0930b5d8 (diff) | |
download | bcm5719-llvm-33a030e36cdf5baed438434093869c2a7c087720.tar.gz bcm5719-llvm-33a030e36cdf5baed438434093869c2a7c087720.zip |
Eliminate tabs and trailing spaces.
llvm-svn: 22520
Diffstat (limited to 'llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp')
-rw-r--r-- | llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp b/llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp index 8df05ea885b..eeb288a33dc 100644 --- a/llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp +++ b/llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp @@ -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 |