OSDN Git Service

Fix indentation; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 16 Mar 2016 23:11:21 +0000 (23:11 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 16 Mar 2016 23:11:21 +0000 (23:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263672 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/StatepointLowering.cpp

index ae28089..9e6df10 100644 (file)
@@ -438,9 +438,8 @@ static void
 lowerStatepointMetaArgs(SmallVectorImpl<SDValue> &Ops,
                         SelectionDAGBuilder::StatepointLoweringInfo &SI,
                         SelectionDAGBuilder &Builder) {
-
-// Lower the deopt and gc arguments for this statepoint.  Layout will
-// be: deopt argument length, deopt arguments.., gc arguments...
+  // Lower the deopt and gc arguments for this statepoint.  Layout will be:
+  // deopt argument length, deopt arguments.., gc arguments...
 #ifndef NDEBUG
   // Check that each of the gc pointer and bases we've gotten out of the
   // safepoint is something the strategy thinks might be a pointer (or vector