Skip to content

Commit

Permalink
[CodeGen] Remove an outdated comment in MachinePointerInfo
Browse files Browse the repository at this point in the history
This comment has been untrue since D39758 changed
MachinePointerInfo to store AddrSpace separately from V.
  • Loading branch information
jayfoad committed Apr 28, 2022
1 parent b9dc565 commit 515f890
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/include/llvm/CodeGen/MachineMemOperand.h
Expand Up @@ -37,8 +37,6 @@ class ModuleSlotTracker;
/// as frame indices) that are exposed during codegen.
struct MachinePointerInfo {
/// This is the IR pointer value for the access, or it is null if unknown.
/// If this is null, then the access is to a pointer in the default address
/// space.
PointerUnion<const Value *, const PseudoSourceValue *> V;

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

0 comments on commit 515f890

Please sign in to comment.