mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Put back a bit of expensive checking logic that
was overenthusiastically deleted in r70234. llvm-svn: 71926
This commit is contained in:
parent
28cf31b990
commit
6ccd63bea9
@ -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