Correct comment.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 9 Jul 2009 20:40:44 +0000 (20:40 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 9 Jul 2009 20:40:44 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75172 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb2.td

index 11ae0ee75db1ff764f43ebecf5dacdac9292ab96..d595c3ae918f4d1af658199d16ce802c2373a24a 100644 (file)
@@ -118,7 +118,7 @@ def t2addrmode_imm8s4 : Operand<i32>,
   let MIOperandInfo = (ops GPR:$base, i32imm:$offsimm);
 }
 
-// t2addrmode_so_reg  := reg + reg << imm2
+// t2addrmode_so_reg  := reg + (reg << imm2)
 def t2addrmode_so_reg : Operand<i32>,
                         ComplexPattern<i32, 3, "SelectT2AddrModeSoReg", []> {
   let PrintMethod = "printT2AddrModeSoRegOperand";