Backout the wrong subtarget emitter fix
[oota-llvm.git] / utils / TableGen / SubtargetEmitter.cpp
index 83b1cb1ee9800b8f81c7707524b5833dcb49c40a..aec621fefc7954ed4687b1cecdfc8373ad6c20a4 100644 (file)
@@ -971,7 +971,7 @@ void SubtargetEmitter::EmitSchedClassTables(SchedClassTables &SchedTables,
 
     // The first class is always invalid. We no way to distinguish it except by
     // name and position.
-    assert(SchedClass.Name == "NoItinerary"
+    assert(SchedModels.getSchedClass(0).Name == "NoItinerary"
            && "invalid class not first");
     OS << "  {DBGFIELD(\"InvalidSchedClass\")  "
        << MCSchedClassDesc::InvalidNumMicroOps