OSDN Git Service

Fix comment.
authorEric Christopher <echristo@apple.com>
Tue, 24 Aug 2010 23:21:59 +0000 (23:21 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 24 Aug 2010 23:21:59 +0000 (23:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111996 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/FastISelEmitter.cpp

index 6a90995..2432086 100644 (file)
@@ -108,10 +108,10 @@ struct OperandsSignature {
       else
         return false;
         
-      // For now, require the register operands' register classes to all
-      // be the same.
+      // For now, this needs to be a register class of some sort.
       if (!RC)
         return false;
+
       // For now, all the operands must have the same register class.
       if (DstRC) {
         if (DstRC != RC)