mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 17:25:21 +00:00
inline the node transforms and node predicates into the generated
dispatcher method. This eliminates the dependence of the new isel's generated code on the old isel's predicates, however some random hand written isel code still uses them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97431 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -829,7 +829,7 @@ void MatcherGen::EmitResultCode() {
|
||||
// that tells the matcher about them so that it can update their results.
|
||||
if (!MatchedFlagResultNodes.empty())
|
||||
AddMatcher(new MarkFlagResultsMatcher(MatchedFlagResultNodes.data(),
|
||||
MatchedFlagResultNodes.size()));
|
||||
MatchedFlagResultNodes.size()));
|
||||
|
||||
|
||||
// We know that the resulting pattern has exactly one result/
|
||||
|
Reference in New Issue
Block a user