From: Jim Grosbach Date: Mon, 1 Aug 2011 21:55:12 +0000 (+0000) Subject: Fix comments. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b2756afa273b548d950b612f4e936b46e82c1f13;p=oota-llvm.git Fix comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136655 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index dfbb05574a7..0e75bffc126 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -489,7 +489,7 @@ def arm_i32imm : PatLeaf<(imm), [{ return ARM_AM::isSOImmTwoPartVal((unsigned)N->getZExtValue()); }]>; -/// imm0_7 predicate - Immediate in the range [0,31]. +/// imm0_7 predicate - Immediate in the range [0,7]. def Imm0_7AsmOperand: AsmOperandClass { let Name = "Imm0_7"; } def imm0_7 : Operand, ImmLeaf= 0 && Imm < 8; @@ -497,7 +497,7 @@ def imm0_7 : Operand, ImmLeaf, ImmLeaf= 0 && Imm < 16;