[TypePromotion] Deference pointer before printing it in a debug message.
Without deferencing it just prints the value of the pointer which isn't meaningful. Dereferencing prints the operand.
Loading
Please sign in to comment
Without deferencing it just prints the value of the pointer which isn't meaningful. Dereferencing prints the operand.