1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

There is at least a 'noitinerary' itinerary now

llvm-svn: 25671
This commit is contained in:
Chris Lattner 2006-01-27 01:41:55 +00:00
parent 8cef15a908
commit a932c5aafb

View File

@ -436,7 +436,7 @@ void SubtargetEmitter::EmitData(std::ostream &OS) {
// Enumerate all the itinerary classes
unsigned NItinClasses = CollectAllItinClasses(OS, ItinClassesMap);
// Make sure the rest is worth the effort
HasItineraries = NItinClasses != 0;
HasItineraries = NItinClasses != 1; // Ignore NoItinerary.
if (HasItineraries) {
// Emit the stage data