mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-18 07:31:21 +00:00

Just because we can constant fold the result of an instruction does not imply that we can delete the instruction. It may have side effects. This fixes PR28655. llvm-svn: 276389