diff options
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineOperand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index be27b6f..ee3cdad 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp @@ -1164,7 +1164,7 @@ void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into ") - << "undef"; + << "unknown-address"; } MachineOperand::printOperandOffset(OS, getOffset()); if (getAlign() != getSize()) |