summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MachObjectWriter.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-06-16 00:26:36 +0000
committerEric Christopher <echristo@apple.com>2010-06-16 00:26:36 +0000
commit2092dc2acd23d55055484621d9b63e358821e89b (patch)
treedef1670c17db0cdc15a977cad1317a449de71dfb /llvm/lib/MC/MachObjectWriter.cpp
parentb90df60b3b0f7c51baaa0558e4fc2f371164294e (diff)
downloadbcm5719-llvm-2092dc2acd23d55055484621d9b63e358821e89b.tar.gz
bcm5719-llvm-2092dc2acd23d55055484621d9b63e358821e89b.zip
Fix indentation.
llvm-svn: 106072
Diffstat (limited to 'llvm/lib/MC/MachObjectWriter.cpp')
-rw-r--r--llvm/lib/MC/MachObjectWriter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/MC/MachObjectWriter.cpp b/llvm/lib/MC/MachObjectWriter.cpp
index 28fc779b96d..f5f444c78c2 100644
--- a/llvm/lib/MC/MachObjectWriter.cpp
+++ b/llvm/lib/MC/MachObjectWriter.cpp
@@ -739,10 +739,10 @@ public:
}
void RecordTLVPRelocation(const MCAssembler &Asm,
- const MCAsmLayout &Layout,
- const MCFragment *Fragment,
- const MCFixup &Fixup, MCValue Target,
- uint64_t &FixedValue) {
+ const MCAsmLayout &Layout,
+ const MCFragment *Fragment,
+ const MCFixup &Fixup, MCValue Target,
+ uint64_t &FixedValue) {
assert(Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP &&
!Is64Bit &&
"Should only be called with a 32-bit TLVP relocation!");
OpenPOWER on IntegriCloud