TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction
authorCameron Zwarich <zwarich@apple.com>
Sat, 23 Feb 2013 23:13:28 +0000 (23:13 +0000)
committerCameron Zwarich <zwarich@apple.com>
Sat, 23 Feb 2013 23:13:28 +0000 (23:13 +0000)
commite6907bc0e6ab9dcd11eccdd14fcc1168a815b98c
treeeb70efe65a26d0eb39d1a0448f166df2a093a990
parentcd8599e8c9774b83160ac1957e139838bf2bed64
TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction
unless it was requested to with an optional parameter that defaults to false, so
we don't need to handle that case in TwoAddressInstructionPass.

llvm-svn: 175974
llvm/lib/CodeGen/TwoAddressInstructionPass.cpp