Rename some instructions for consistency and sanity: use "_UPD" suffix for
authorBob Wilson <bob.wilson@apple.com>
Sat, 20 Mar 2010 18:35:24 +0000 (18:35 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 20 Mar 2010 18:35:24 +0000 (18:35 +0000)
commit95ffecd4fe404b622c3f984995bc9e849be297a0
treef95cbbee688fdd1961740b89ca5c5ca500dbfcd5
parent00bf1d93d7c3274754f56c180556d4475cf91059
Rename some instructions for consistency and sanity: use "_UPD" suffix for
load/stores with address register writeback, and use "odd" suffix to distinguish
instructions to access odd numbered registers (instead of "a" and "b").
No functional changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99066 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/NEONPreAllocPass.cpp