diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-09-27 06:34:01 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-09-27 06:34:01 +0000 |
| commit | eab622a058aa0b31d58b3047a6ea45bdaf64ea3f (patch) | |
| tree | 35009f3fae0ca2493db8872ea0e661e1c3de8f29 /lib | |
| parent | b59abc868b75fdd4310c93603cb71089a7587a92 (diff) | |
| download | external_llvm-eab622a058aa0b31d58b3047a6ea45bdaf64ea3f.zip external_llvm-eab622a058aa0b31d58b3047a6ea45bdaf64ea3f.tar.gz external_llvm-eab622a058aa0b31d58b3047a6ea45bdaf64ea3f.tar.bz2 | |
improve indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Target/X86/X86ISelLowering.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 8d15067..55daf76 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -2199,8 +2199,8 @@ X86TargetLowering::LowerCall(SDValue Chain, SDValue Callee, GV->hasDefaultVisibility() && !GV->hasLocalLinkage()) { OpFlags = X86II::MO_PLT; } else if (Subtarget->isPICStyleStubAny() && - (GV->isDeclaration() || GV->isWeakForLinker()) && - Subtarget->getDarwinVers() < 9) { + (GV->isDeclaration() || GV->isWeakForLinker()) && + Subtarget->getDarwinVers() < 9) { // PC-relative references to external symbols should go through $stub, // unless we're building with the leopard linker or later, which // automatically synthesizes these stubs. @@ -2219,7 +2219,7 @@ X86TargetLowering::LowerCall(SDValue Chain, SDValue Callee, getTargetMachine().getRelocationModel() == Reloc::PIC_) { OpFlags = X86II::MO_PLT; } else if (Subtarget->isPICStyleStubAny() && - Subtarget->getDarwinVers() < 9) { + Subtarget->getDarwinVers() < 9) { // PC-relative references to external symbols should go through $stub, // unless we're building with the leopard linker or later, which // automatically synthesizes these stubs. |
