diff options
author | Eric Christopher <echristo@apple.com> | 2010-08-09 22:52:47 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-08-09 22:52:47 +0000 |
commit | 5cb33a384f7d63866438d0f22e3e58f42798ffe2 (patch) | |
tree | 19c33b1000670c5d25b302fddff5847388112b1b /lib/Target/X86 | |
parent | b07ce60981368f816af4caa3257e1e4ebf059133 (diff) | |
download | external_llvm-5cb33a384f7d63866438d0f22e3e58f42798ffe2.zip external_llvm-5cb33a384f7d63866438d0f22e3e58f42798ffe2.tar.gz external_llvm-5cb33a384f7d63866438d0f22e3e58f42798ffe2.tar.bz2 |
Wording.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110618 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86')
-rw-r--r-- | lib/Target/X86/X86InstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td index b0e6b65..dff8163 100644 --- a/lib/Target/X86/X86InstrInfo.td +++ b/lib/Target/X86/X86InstrInfo.td @@ -1169,7 +1169,7 @@ def MOV32cr : I<0x22, MRMSrcReg, (outs CONTROL_REG:$dst), (ins GR32:$src), // 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", |