Backout the wrong subtarget emitter fix
authorAndrew Trick <atrick@apple.com>
Mon, 17 Sep 2012 23:14:15 +0000 (23:14 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 17 Sep 2012 23:14:15 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164078 91177308-0d34-0410-b5e6-96231b3b80d8

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