From 43e33d61c681f221b03fac71d21044173e33cb0c Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Wed, 16 Mar 2016 23:11:21 +0000 Subject: [PATCH] Fix indentation; NFC llvm-svn: 263672 --- llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp index ae280894e667..9e6df10e29dc 100644 --- a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp +++ b/llvm/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