diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-29 10:44:51 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-29 10:44:51 +0000 |
| commit | ebd433d9fcea6813e8180160a7c2a8497255d261 (patch) | |
| tree | f633a52dd5cf7eaf37572844215642d08d6d01e1 /llvm/lib/Target/X86 | |
| parent | 039a6d9f9f940f82b6631eab484d1e4181ff6fc2 (diff) | |
| download | bcm5719-llvm-ebd433d9fcea6813e8180160a7c2a8497255d261.tar.gz bcm5719-llvm-ebd433d9fcea6813e8180160a7c2a8497255d261.zip | |
[X86] Removed old comment. NFCI.
No longer makes sense as the previous opcode mnemonic it was referring to is long gone.
llvm-svn: 298988
Diffstat (limited to 'llvm/lib/Target/X86')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h index 3a3f6807374..7a0d9ccd9fd 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.h +++ b/llvm/lib/Target/X86/X86ISelLowering.h @@ -149,8 +149,7 @@ namespace llvm { WrapperRIP, /// Copies a 64-bit value from the low word of an XMM vector - /// to an MMX vector. If you think this is too close to the previous - /// mnemonic, so do I; blame Intel. + /// to an MMX vector. MOVDQ2Q, /// Copies a 32-bit value from the low word of a MMX |

