[llvm] r264131 - Remove stale comment
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 19:28:35 PDT 2016
Author: sanjoy
Date: Tue Mar 22 21:28:35 2016
New Revision: 264131
URL: http://llvm.org/viewvc/llvm-project?rev=264131&view=rev
Log:
Remove stale comment
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h?rev=264131&r1=264130&r2=264131&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h Tue Mar 22 21:28:35 2016
@@ -727,8 +727,7 @@ public:
void UpdateSplitBlock(MachineBasicBlock *First, MachineBasicBlock *Last);
/// Describes a gc.statepoint or a gc.statepoint like thing for the purposes
- /// of lowering into a STATEPOINT node. Right now it only abstracts an actual
- /// gc.statepoint, but that will change in the future.
+ /// of lowering into a STATEPOINT node.
struct StatepointLoweringInfo {
/// Bases[i] is the base pointer for Ptrs[i]. Together they denote the set
/// of gc pointers this STATEPOINT has to relocate.
More information about the llvm-commits
mailing list