Fixed the number translation scheme for the integer condition code registers: it
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 16 Jul 2003 20:30:40 +0000 (20:30 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 16 Jul 2003 20:30:40 +0000 (20:30 +0000)
commitdfbfc57d78b74084ede5aa3ff8b380d64cb4d27e
tree4febe24d22e75bf1a16e0f4dc544b24dcf9177ba
parentcf7ec875baf07cb8fd425f3f207aa90d83ed60d4
Fixed the number translation scheme for the integer condition code registers: it
now works in instructions which require a 2-bit or 3-bit INTcc code.

Incidentally, that means that the representation of INTcc registers is now the
same in both integer and FP instructions. Thus, code became much simpler and
cleaner.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7185 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9CodeEmitter.cpp
lib/Target/SparcV9/SparcV9CodeEmitter.h