When printing MemOperand nodes, only use print() for
PseudoSourceValue values, which never have names. Use getName() for all other values, because we want to print just a short summary of the value, not the entire instruction. llvm-svn: 53738
Loading
Please register or sign in to comment