OSDN Git Service

Use the TargetInstrInfo::commuteInstruction method to commute instructions
authorChris Lattner <sabre@nondot.org>
Wed, 19 Jan 2005 07:08:42 +0000 (07:08 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Jan 2005 07:08:42 +0000 (07:08 +0000)
commitc71d6949b91e19610f0f85f57b402b4df43019a5
tree73835252ae66f6fbab344aa49a5f66489a3898bb
parent167b10cba4eff57718feeb30f567e324b96a9263
Use the TargetInstrInfo::commuteInstruction method to commute instructions
instead of doing it manually.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19685 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TwoAddressInstructionPass.cpp