1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Remove stale comment

llvm-svn: 264131
This commit is contained in:
Sanjoy Das 2016-03-23 02:28:35 +00:00
parent 80f0d52e3d
commit 5520d614e8

View File

@ -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.