Use the auto-insert BuildMI constructor to avoid an explicit insert. No
authorChris Lattner <sabre@nondot.org>
Wed, 11 Jan 2006 23:07:57 +0000 (23:07 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Jan 2006 23:07:57 +0000 (23:07 +0000)
commitc6d48d36a349f593aab2194c141a1e24da1aec3e
tree4ee9421b4668b523a2e37fe56fe3a9cd0445085f
parent64da172b1435d132ce867dcd5c652577664b55a3
Use the auto-insert BuildMI constructor to avoid an explicit insert.  No
functionality change, just code cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25230 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCRegisterInfo.cpp