Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 3 Jun 2003 00:07:17 +0000 (00:07 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 3 Jun 2003 00:07:17 +0000 (00:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6555 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeEmitterGen.cpp

index 0ba625311a0a6165285edf4e62b5bce6c6a88ea6..b32a38aa5fe4da9595ee4f6945950de616e4ce4a 100644 (file)
@@ -105,8 +105,7 @@ void CodeEmitterGen::createEmitter(std::ostream &o) {
           }
         } 
       } else {
-        if (Vals[f].getName() == "annul" || Vals[f].getName() == "cc" ||
-            Vals[f].getName() == "predict")
+        if (Vals[f].getName() == "annul" || Vals[f].getName() == "predict")
           --Offset;
       }
     }
index 0ba625311a0a6165285edf4e62b5bce6c6a88ea6..b32a38aa5fe4da9595ee4f6945950de616e4ce4a 100644 (file)
@@ -105,8 +105,7 @@ void CodeEmitterGen::createEmitter(std::ostream &o) {
           }
         } 
       } else {
-        if (Vals[f].getName() == "annul" || Vals[f].getName() == "cc" ||
-            Vals[f].getName() == "predict")
+        if (Vals[f].getName() == "annul" || Vals[f].getName() == "predict")
           --Offset;
       }
     }