[llvm] r263672 - Fix indentation; NFC
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 16:11:22 PDT 2016
Author: sanjoy
Date: Wed Mar 16 18:11:21 2016
New Revision: 263672
URL: http://llvm.org/viewvc/llvm-project?rev=263672&view=rev
Log:
Fix indentation; NFC
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp?rev=263672&r1=263671&r2=263672&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp Wed Mar 16 18:11:21 2016
@@ -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
More information about the llvm-commits
mailing list