rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
[oota-llvm.git] / utils / TableGen / DAGISelMatcherGen.cpp
index c1e3212e81c242e282d742e171ada20c5a8541aa..d3fe716d3385fdb322f47063fe8bd8014b2dee2c 100644 (file)
@@ -787,7 +787,7 @@ EmitResultInstructionAsOperand(const TreePatternNode *N,
   
   // The non-chain and non-flag results of the newly emitted node get recorded.
   for (unsigned i = 0, e = ResultVTs.size(); i != e; ++i) {
-    if (ResultVTs[i] == MVT::Other || ResultVTs[i] == MVT::Flag) break;
+    if (ResultVTs[i] == MVT::Other || ResultVTs[i] == MVT::Glue) break;
     OutputOps.push_back(NextRecordedOperandNo++);
   }
 }