mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Put back a bit of expensive checking logic that
was overenthusiastically deleted in r70234. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10287438e1
commit
0394c4fb3d
@ -116,7 +116,7 @@ void DAGTypeLegalizer::PerformExpensiveChecks() {
|
||||
cerr << "Unprocessed value in a map!";
|
||||
Failed = true;
|
||||
}
|
||||
} else if (isTypeLegal(Res.getValueType())) {
|
||||
} else if (isTypeLegal(Res.getValueType()) || IgnoreNodeResults(I)) {
|
||||
if (Mapped > 1) {
|
||||
cerr << "Value with legal type was transformed!";
|
||||
Failed = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user