[llvm-commits] [llvm] r110618 - /llvm/trunk/lib/Target/X86/X86InstrInfo.td
Eric Christopher
echristo at apple.com
Mon Aug 9 15:52:47 PDT 2010
Author: echristo
Date: Mon Aug 9 17:52:47 2010
New Revision: 110618
URL: http://llvm.org/viewvc/llvm-project?rev=110618&view=rev
Log:
Wording.
Modified:
llvm/trunk/lib/Target/X86/X86InstrInfo.td
Modified: llvm/trunk/lib/Target/X86/X86InstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86InstrInfo.td?rev=110618&r1=110617&r2=110618&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86InstrInfo.td (original)
+++ llvm/trunk/lib/Target/X86/X86InstrInfo.td Mon Aug 9 17:52:47 2010
@@ -1169,7 +1169,7 @@
// Extra precision multiplication
-// AL is really implied by AX, by the registers in Defs must match the
+// AL is really implied by AX, but the registers in Defs must match the
// SDNode results (i8, i32).
let Defs = [AL,EFLAGS,AX], Uses = [AL] in
def MUL8r : I<0xF6, MRM4r, (outs), (ins GR8:$src), "mul{b}\t$src",
More information about the llvm-commits
mailing list