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/MappingInfo.h | |
| 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/MappingInfo.h')
| -rw-r--r-- | llvm/lib/Target/SparcV9/MappingInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/SparcV9/MappingInfo.h b/llvm/lib/Target/SparcV9/MappingInfo.h index be3de49385b..4fbd04fbae9 100644 --- a/llvm/lib/Target/SparcV9/MappingInfo.h +++ b/llvm/lib/Target/SparcV9/MappingInfo.h @@ -37,11 +37,11 @@ class MappingInfo { public: void outByte (unsigned char b) { bytes.push_back (b); } MappingInfo (std::string Comment, std::string SymbolPrefix, - unsigned FunctionNumber) : comment(Comment), - symbolPrefix(SymbolPrefix), functionNumber(FunctionNumber) {} + unsigned FunctionNumber) : comment(Comment), + symbolPrefix(SymbolPrefix), functionNumber(FunctionNumber) {} void dumpAssembly (std::ostream &Out); unsigned char *getBytes (unsigned &length) { - length = bytes.size(); return &bytes[0]; + length = bytes.size(); return &bytes[0]; } }; |

