We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dc565 commit 515f890Copy full SHA for 515f890
llvm/include/llvm/CodeGen/MachineMemOperand.h
@@ -37,8 +37,6 @@ class ModuleSlotTracker;
37
/// as frame indices) that are exposed during codegen.
38
struct MachinePointerInfo {
39
/// 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.
42
PointerUnion<const Value *, const PseudoSourceValue *> V;
43
44
/// Offset - This is an offset from the base Value*.
0 commit comments