1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Tidy up. Hard tabs.

llvm-svn: 145877
This commit is contained in:
Jim Grosbach 2011-12-06 00:12:12 +00:00
parent 6c5ac27dec
commit c13dbd8744

View File

@ -641,8 +641,8 @@ namespace llvm {
/// createELFStreamer - Create a machine code streamer which will generate
/// ELF format object files.
MCStreamer *createELFStreamer(MCContext &Ctx, MCAsmBackend &TAB,
raw_ostream &OS, MCCodeEmitter *CE,
bool RelaxAll, bool NoExecStack);
raw_ostream &OS, MCCodeEmitter *CE,
bool RelaxAll, bool NoExecStack);
/// createLoggingStreamer - Create a machine code streamer which just logs the
/// API calls and then dispatches to another streamer.