llvm-mirror/include
Bill Wendling 342ba5c4b6 Replace the old algorithm that emitted the "print the alias for an instruction"
with the newer, cleaner model. It uses the IAPrinter class to hold the
information that is needed to match an instruction with its alias. This also
takes into account the available features of the platform.

There is one bit of ugliness. The way the logic determines if a pattern is
unique is O(N**2), which is gross. But in reality, the number of items it's
checking against isn't large. So while it's N**2, it shouldn't be a massive time
sink.

llvm-svn: 129110
2011-04-07 21:20:06 +00:00
..
llvm Replace the old algorithm that emitted the "print the alias for an instruction" 2011-04-07 21:20:06 +00:00
llvm-c Expose more passes to the C API. 2011-04-07 18:20:46 +00:00