1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Test commit. It will be reverted in the next commit.

llvm-svn: 231262
This commit is contained in:
Wei Mi 2015-03-04 17:41:17 +00:00
parent a32a7bdba8
commit 70f53737d0

View File

@ -630,6 +630,7 @@ isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
// To more generally minimize register copies, ideally the logic of two addr
// instruction pass should be integrated with register allocation pass where
// interference graph is available.
if (isRevCopyChain(regC, regA, 3))
return true;