From 94e3841aa951ef3d0960f23ef486378405d1769f Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Wed, 16 Mar 2016 23:11:21 +0000 Subject: [PATCH] Fix indentation; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263672 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/lib/CodeGen/SelectionDAG/StatepointLowering.cpp index ae280894e66..9e6df10e29d 100644 --- a/lib/CodeGen/SelectionDAG/StatepointLowering.cpp +++ b/lib/CodeGen/SelectionDAG/StatepointLowering.cpp @@ -438,9 +438,8 @@ static void lowerStatepointMetaArgs(SmallVectorImpl &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