Test commit. It will be reverted in the next commit.
[oota-llvm.git] / lib / CodeGen / TwoAddressInstructionPass.cpp
index ac4c1bb3ace18fbf218a8ab663bdb06a24477259..157a4192f39823f2f6094ea7eaf0a52d57b41bb2 100644 (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;