[mips] Remove non-ascii character.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 24 Apr 2014 16:31:10 +0000 (16:31 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 24 Apr 2014 16:31:10 +0000 (16:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207123 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/Mips64InstrInfo.td

index 00bae48b10a99a48e28cd9ca29ccdd5bc0c40d38..e345aa63dfa5306041985b80b29f782146e0f145 100644 (file)
@@ -307,7 +307,7 @@ def SEQi  : SetCC64_I<"seqi", seteq>, SEQI_FM<0x2e>;
 def SNE   : SetCC64_R<"sne", setne>, SEQ_FM<0x2b>;
 def SNEi  : SetCC64_I<"snei", setne>, SEQI_FM<0x2f>;
 
-// 192-bit × 64-bit Unsigned Multiply and Add
+// 192-bit x 64-bit Unsigned Multiply and Add
 let Defs = [P0, P1, P2] in
 def V3MULU: ArithLogicR<"v3mulu", GPR64Opnd, 0, II_DMUL>,
                                   ADD_FM<0x1c, 0x11>;