Test commit. Fix whitespace from a previous patch of mine.
authorJustin Hibbits <jrh29@alumni.cwru.edu>
Thu, 28 Aug 2014 04:40:55 +0000 (04:40 +0000)
committerJustin Hibbits <jrh29@alumni.cwru.edu>
Thu, 28 Aug 2014 04:40:55 +0000 (04:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216650 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelDAGToDAG.cpp

index c45c6ffab689029dc58a557e223c7ec58e0a2ca6..54ca2469fad9bc50fff643d4a1b51f5ba8f26c98 100644 (file)
@@ -1433,7 +1433,7 @@ SDNode *PPCDAGToDAGISel::Select(SDNode *N) {
       SDValue GA = N->getOperand(0);
       return CurDAG->getMachineNode(PPC::LWZtoc, dl, MVT::i32, GA,
                                     N->getOperand(1));
-       }
+    }
     assert (PPCSubTarget->isPPC64() &&
             "Only supported for 64-bit ABI and 32-bit SVR4");