diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-12-06 00:12:12 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-12-06 00:12:12 +0000 |
commit | 02a75cebfe948a2d252b1b5818a452e89364153b (patch) | |
tree | b0606ed5f9a0e081af61dc02e755d7c7322ac433 | |
parent | cff88d3e06b06146861a1f5917e1c5e72f1aadab (diff) | |
download | bcm5719-llvm-02a75cebfe948a2d252b1b5818a452e89364153b.tar.gz bcm5719-llvm-02a75cebfe948a2d252b1b5818a452e89364153b.zip |
Tidy up. Hard tabs.
llvm-svn: 145877
-rw-r--r-- | llvm/include/llvm/MC/MCStreamer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/MC/MCStreamer.h b/llvm/include/llvm/MC/MCStreamer.h index 98106486495..1c1fe027989 100644 --- a/llvm/include/llvm/MC/MCStreamer.h +++ b/llvm/include/llvm/MC/MCStreamer.h @@ -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. |