"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "53f46606806a6c9179a9cbc36387b677e92200dc"
Rework GlobalValue::removeDeadConstantUsers to always remove dead constant
exprs hanging off a global, even if the global is not otherwise dead. This requires some tricky iterator gymnastics. This implements Transforms/GlobalOpt/constantexpr-dangle.ll by deleting a constantexpr that made it appear that the address of the function was taken. llvm-svn: 34608
Loading
Please register or sign in to comment