diff options
| author | Tanya Lattner <tonic@nondot.org> | 2003-06-04 20:53:46 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2003-06-04 20:53:46 +0000 |
| commit | cbf828dd0db06dc974938e3a112346615268e842 (patch) | |
| tree | b75638dce69b108f2c9ed77227055c5ed341b2f0 /llvm/lib/Target/Sparc | |
| parent | a485efa141f26c9049bc2e3ca5125aaf15e63a54 (diff) | |
| download | bcm5719-llvm-cbf828dd0db06dc974938e3a112346615268e842.tar.gz bcm5719-llvm-cbf828dd0db06dc974938e3a112346615268e842.zip | |
Had to comment out a line in outByte() to get it to compile because Out and tmp were
undeclared. I was not sure what Brian wanted, so I will let him fix this. But now it compiles.
llvm-svn: 6614
Diffstat (limited to 'llvm/lib/Target/Sparc')
| -rw-r--r-- | llvm/lib/Target/Sparc/MappingInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/MappingInfo.cpp b/llvm/lib/Target/Sparc/MappingInfo.cpp index b79742d6650..6f808ab7780 100644 --- a/llvm/lib/Target/Sparc/MappingInfo.cpp +++ b/llvm/lib/Target/Sparc/MappingInfo.cpp @@ -106,7 +106,7 @@ void getMappingInfoForFunction::writeEpilogue(const std::string &symbolPrefix, /// outByte -- NOT DONE YET. void outByte (unsigned char b) { - Out << "\t.byte " << tmp << "\n"; + //Out << "\t.byte " << tmp << "\n"; } |

