mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 09:09:12 +00:00
Backout the wrong subtarget emitter fix
llvm-svn: 164078
This commit is contained in:
parent
77511d5a11
commit
2b04a12c0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user