Unify internal representation of ARM instructions with a register right-shifted by...
authorRichard Barton <richard.barton@arm.com>
Wed, 25 Apr 2012 18:00:18 +0000 (18:00 +0000)
committerRichard Barton <richard.barton@arm.com>
Wed, 25 Apr 2012 18:00:18 +0000 (18:00 +0000)
commitb56e4115ed33dae56108ed4ce88ee3a0e0392bfc
treea5cd9bc1b730743e650a2dd96debc46e500e03f8
parentbdbf0154769dd2f2565068a51fd49e4be0005f55
Unify internal representation of ARM instructions with a register right-shifted by #32. These are stored as shifts by #0 in the MCInst and correctly marshalled when transforming from or to assembly representation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155565 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp