summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-11-08 01:30:20 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-11-08 01:30:20 +0000
commitfd827c41cec48d4b8a6159ad29f5069d613170a8 (patch)
treefd8e800400779ff9d9f1dad2d9d520c069c15c8b
parent2869337b51595a67b5e40ecb100dc98db49504cf (diff)
downloadllvm-fd827c41cec48d4b8a6159ad29f5069d613170a8.tar.gz
llvm-fd827c41cec48d4b8a6159ad29f5069d613170a8.tar.bz2
llvm-fd827c41cec48d4b8a6159ad29f5069d613170a8.tar.xz
Indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58881 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/MachineRelocation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/MachineRelocation.h b/include/llvm/CodeGen/MachineRelocation.h
index 7393451e35..4b655ed787 100644
--- a/include/llvm/CodeGen/MachineRelocation.h
+++ b/include/llvm/CodeGen/MachineRelocation.h
@@ -99,10 +99,10 @@ public:
/// MachineRelocation::getGVNonLazyPtr - Return a relocation entry for a
/// Mac OS X non-lazy GlobalValue indirect reference.
static MachineRelocation getGVNonLazyPtr(intptr_t offset,
- unsigned RelocationType,
- GlobalValue *GV, intptr_t cst = 0,
- bool NeedStub = 0,
- bool GOTrelative = 0) {
+ unsigned RelocationType,
+ GlobalValue *GV, intptr_t cst = 0,
+ bool NeedStub = 0,
+ bool GOTrelative = 0) {
assert((RelocationType & ~63) == 0 && "Relocation type too large!");
MachineRelocation Result;
Result.Offset = offset;