diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-03-23 02:28:35 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-03-23 02:28:35 +0000 |
commit | a5b2972977802227e9c3d038819b73dcb011e521 (patch) | |
tree | 20e0ab66987efd6cce764ed88283b3bc7e6eec6d /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | ac53dc75205ca6f477cf16f2052adb771a217146 (diff) | |
download | bcm5719-llvm-a5b2972977802227e9c3d038819b73dcb011e521.tar.gz bcm5719-llvm-a5b2972977802227e9c3d038819b73dcb011e521.zip |
Remove stale comment
llvm-svn: 264131
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index c68f363ac60..eebae0d35a5 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -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. |