diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-11-08 01:30:20 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-11-08 01:30:20 +0000 |
commit | fd827c41cec48d4b8a6159ad29f5069d613170a8 (patch) | |
tree | fd8e800400779ff9d9f1dad2d9d520c069c15c8b /include/llvm/CodeGen/MachineRelocation.h | |
parent | 2869337b51595a67b5e40ecb100dc98db49504cf (diff) |
Indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineRelocation.h')
-rw-r--r-- | include/llvm/CodeGen/MachineRelocation.h | 8 |
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; |