mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-28 10:37:47 +00:00

undef uses are no real uses of a register and must be ignored by findLastUseBefore() so that handleMove() does not produce invalid live intervals in some cases. This fixed http://llvm.org/PR28083 llvm-svn: 272446