diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-03-16 23:11:21 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-03-16 23:11:21 +0000 |
commit | 43e33d61c681f221b03fac71d21044173e33cb0c (patch) | |
tree | 0eba9e5c52c5fc24a3f7c2008b6cb58f5b7ab509 /llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | |
parent | 70697ff74d16019bac34e8aa5461751904e2ef89 (diff) | |
download | bcm5719-llvm-43e33d61c681f221b03fac71d21044173e33cb0c.tar.gz bcm5719-llvm-43e33d61c681f221b03fac71d21044173e33cb0c.zip |
Fix indentation; NFC
llvm-svn: 263672
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp index ae280894e66..9e6df10e29d 100644 --- a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp @@ -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 |