1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

don't emit the old sdnodexform stuff for the new isel.

llvm-svn: 97486
This commit is contained in:
Chris Lattner 2010-03-01 19:39:15 +00:00
parent 21ad1fd291
commit 8396bae92e

View File

@ -1942,7 +1942,6 @@ void DAGISelEmitter::run(raw_ostream &OS) {
});
// FIXME: These are being used by hand written code, gross.
EmitNodeTransforms(OS);
EmitPredicateFunctions(OS);
#ifdef ENABLE_NEW_ISEL
@ -1980,7 +1979,8 @@ void DAGISelEmitter::run(raw_ostream &OS) {
delete TheMatcher;
#else
EmitNodeTransforms(OS);
// At this point, we have full information about the 'Patterns' we need to
// parse, both implicitly from instructions as well as from explicit pattern
// definitions. Emit the resultant instruction selector.