aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-06 00:12:12 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-06 00:12:12 +0000
commit91f2cce231debf43384fe4ee39c11ba8460503eb (patch)
tree52432260e9f41e0a7e9614d0255c50bfa66fdee2 /include/llvm/MC
parente229248cb187a927c6e06c3c4de7b61eae281b1d (diff)
downloadexternal_llvm-91f2cce231debf43384fe4ee39c11ba8460503eb.zip
external_llvm-91f2cce231debf43384fe4ee39c11ba8460503eb.tar.gz
external_llvm-91f2cce231debf43384fe4ee39c11ba8460503eb.tar.bz2
Tidy up. Hard tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145877 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r--include/llvm/MC/MCStreamer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index 9810648..1c1fe02 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/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.