OSDN Git Service

[X86] Fix a stale comment. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Fri, 26 Feb 2016 22:59:57 +0000 (22:59 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Fri, 26 Feb 2016 22:59:57 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262087 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.h

index 0a5edd8..0baa947 100644 (file)
@@ -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