mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
don't emit the old sdnodexform stuff for the new isel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97486 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c353e3c34
commit
459eeedbe0
@ -1942,7 +1942,6 @@ void DAGISelEmitter::run(raw_ostream &OS) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// FIXME: These are being used by hand written code, gross.
|
// FIXME: These are being used by hand written code, gross.
|
||||||
EmitNodeTransforms(OS);
|
|
||||||
EmitPredicateFunctions(OS);
|
EmitPredicateFunctions(OS);
|
||||||
|
|
||||||
#ifdef ENABLE_NEW_ISEL
|
#ifdef ENABLE_NEW_ISEL
|
||||||
@ -1980,7 +1979,8 @@ void DAGISelEmitter::run(raw_ostream &OS) {
|
|||||||
delete TheMatcher;
|
delete TheMatcher;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
EmitNodeTransforms(OS);
|
||||||
|
|
||||||
// At this point, we have full information about the 'Patterns' we need to
|
// At this point, we have full information about the 'Patterns' we need to
|
||||||
// parse, both implicitly from instructions as well as from explicit pattern
|
// parse, both implicitly from instructions as well as from explicit pattern
|
||||||
// definitions. Emit the resultant instruction selector.
|
// definitions. Emit the resultant instruction selector.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user