diff options
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-02-26 22:59:57 +0000 |
---|---|---|
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-02-26 22:59:57 +0000 |
commit | ffcab7bf320c586a0ed4dc59e9c326e0b1670e78 (patch) | |
tree | 71a906fee2a184ed646d6c818038e879e4632e36 /llvm/lib | |
parent | 55e1592889f36114e7c3f6589297d274c0fe9b67 (diff) | |
download | bcm5719-llvm-ffcab7bf320c586a0ed4dc59e9c326e0b1670e78.tar.gz bcm5719-llvm-ffcab7bf320c586a0ed4dc59e9c326e0b1670e78.zip |
[X86] Fix a stale comment. NFC.
llvm-svn: 262087
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h index 0a5edd815e3..0baa94745ab 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.h +++ b/llvm/lib/Target/X86/X86ISelLowering.h @@ -554,8 +554,8 @@ namespace llvm { VAARG_64 // WARNING: Do not add anything in the end unless you want the node to - // have memop! In fact, starting from ATOMADD64_DAG all opcodes will be - // thought as target memory ops! + // have memop! In fact, starting from FIRST_TARGET_MEMORY_OPCODE all + // opcodes will be thought as target memory ops! }; } // end namespace X86ISD |