Encode the register operand of ARM CondCode operands correctly. ARM::CPSR if
authorJim Grosbach <grosbach@apple.com>
Mon, 6 Dec 2010 18:30:57 +0000 (18:30 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 6 Dec 2010 18:30:57 +0000 (18:30 +0000)
commit04f74942f2994a7c1d8e62c207c4005ed4652b6a
treee5851bc171ab2bb044d510878360a5e24ec87adc
parentd67641b6f804110505a69aaed5479f446bbbb34e
Encode the register operand of ARM CondCode operands correctly. ARM::CPSR if
the instruction is predicated, reg0 otherwise.

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