"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "27746e476a648a0438325c92f1d20ad6618375df"
Fix const merging when an alias of a const is llvm.used.
We used to disable constant merging not only if a constant is llvm.used, but also if an alias of a constant is llvm.used. This change fixes that. llvm-svn: 181175
Loading
Please register or sign in to comment