Remove some whitespace.
authorJustin Hibbits <jrh29@alumni.cwru.edu>
Sat, 10 Jan 2015 07:50:31 +0000 (07:50 +0000)
committerJustin Hibbits <jrh29@alumni.cwru.edu>
Sat, 10 Jan 2015 07:50:31 +0000 (07:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225583 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index 0614fe056cc2ec86875d36d754ab15dbb070690b..6b24c21c8bcbbcb6624fbb403038c92f7babf00b 100644 (file)
@@ -3629,7 +3629,7 @@ unsigned PrepareCall(SelectionDAG &DAG, SDValue &Callee, SDValue &InFlag,
          (Subtarget.getTargetTriple().isMacOSX() &&
           Subtarget.getTargetTriple().isMacOSXVersionLT(10, 5))) ||
         (Subtarget.isTargetELF() && !isPPC64 &&
-         DAG.getTarget().getRelocationModel() == Reloc::PIC_)  ) {
+         DAG.getTarget().getRelocationModel() == Reloc::PIC_)) {
       // 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.