1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Simplify. "Broken" is always true here.

llvm-svn: 67025
This commit is contained in:
Nick Lewycky 2009-03-15 06:40:32 +00:00
parent 377d0aaf06
commit 5b5130fe0e

View File

@ -217,7 +217,7 @@ namespace {
return false;
case ReturnStatusAction:
msgs << "compilation terminated.\n";
return Broken;
return true;
}
}