Mention the right target hook in the comment on isExtractSubreg property.
authorQuentin Colombet <qcolombet@apple.com>
Wed, 20 Aug 2014 23:25:28 +0000 (23:25 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Wed, 20 Aug 2014 23:25:28 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216137 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/Target.td

index e7658329a14c3a8eed90a778707b057abdcaeeb7..d6a7a7af1dc2205520f390d299cc70d200e4bad5 100644 (file)
@@ -386,7 +386,7 @@ class Instruction {
                             // the [MC]CodeEmitter stuff.
   bit isExtractSubreg = 0;  // Is this instruction a kind of extract subreg?
                              // If so, make sure to override
-                             // TargetInstrInfo::getExtractSubregInputs.
+                             // TargetInstrInfo::getExtractSubregLikeInputs.
 
   // Side effect flags - When set, the flags have these meanings:
   //