[clang][CodeGen] Switch a few placeholders from UndefValue to PoisonValue
This change is cosmetic, as these are dummy values that are not observable, but it gets us closer to removing undef. NFC
Loading
Please sign in to comment
This change is cosmetic, as these are dummy values that are not observable, but it gets us closer to removing undef. NFC