summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-29 10:44:51 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-29 10:44:51 +0000
commitebd433d9fcea6813e8180160a7c2a8497255d261 (patch)
treef633a52dd5cf7eaf37572844215642d08d6d01e1
parent039a6d9f9f940f82b6631eab484d1e4181ff6fc2 (diff)
downloadbcm5719-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
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.h3
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
OpenPOWER on IntegriCloud