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 94a77eb commit 8820de6Copy full SHA for 8820de6
llvm/lib/IR/IntrinsicInst.cpp
@@ -223,7 +223,7 @@ void DbgAssignIntrinsic::setAddress(Value *V) {
223
void DbgAssignIntrinsic::setKillAddress() {
224
if (isKillAddress())
225
return;
226
- setAddress(UndefValue::get(getAddress()->getType()));
+ setAddress(PoisonValue::get(getAddress()->getType()));
227
}
228
229
bool DbgAssignIntrinsic::isKillAddress() const {
0 commit comments