commit | 7192eb873201ff201681fefd1f5bf6ca2b2bc98e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Nov 15 05:19:25 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Nov 15 05:19:25 2010 +0000 |
tree | ec1c2bedecb7af7866bb61aff2202d85b6d9338f | |
parent | 2ac190238e88b21e716e2853900b5076c9013410 [diff] [blame] |
add proper encoding for MTCRF instead of using a hack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119121 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index 05fdbeb..add8009 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/lib/Target/PowerPC/PPCInstrInfo.td
@@ -304,6 +304,7 @@ } def crbitm: Operand<i8> { let PrintMethod = "printcrbitm"; + let EncoderMethod = "get_crbitm_encoding"; } // Address operands def memri : Operand<iPTR> {