mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 08:56:07 +00:00

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