Skip to content

Commit 515f890

Browse files
committed
[CodeGen] Remove an outdated comment in MachinePointerInfo
This comment has been untrue since D39758 changed MachinePointerInfo to store AddrSpace separately from V.
1 parent b9dc565 commit 515f890

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/CodeGen/MachineMemOperand.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ class ModuleSlotTracker;
3737
/// as frame indices) that are exposed during codegen.
3838
struct MachinePointerInfo {
3939
/// This is the IR pointer value for the access, or it is null if unknown.
40-
/// If this is null, then the access is to a pointer in the default address
41-
/// space.
4240
PointerUnion<const Value *, const PseudoSourceValue *> V;
4341

4442
/// Offset - This is an offset from the base Value*.

0 commit comments

Comments
 (0)