[llvm-commits] [llvm] r58881 - /llvm/trunk/include/llvm/CodeGen/MachineRelocation.h
Evan Cheng
evan.cheng at apple.com
Fri Nov 7 17:30:20 PST 2008
Author: evancheng
Date: Fri Nov 7 19:30:20 2008
New Revision: 58881
URL: http://llvm.org/viewvc/llvm-project?rev=58881&view=rev
Log:
Indentation.
Modified:
llvm/trunk/include/llvm/CodeGen/MachineRelocation.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineRelocation.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineRelocation.h?rev=58881&r1=58880&r2=58881&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineRelocation.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineRelocation.h Fri Nov 7 19:30:20 2008
@@ -99,10 +99,10 @@
/// 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;
More information about the llvm-commits
mailing list