Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: src/PNaClTranslator.cpp

Issue 580903005: Subzero: Add branch optimization. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Avoid the !! operator Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/PNaClTranslator.cpp
diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp
index d63232f2be9ff5a29f5326cddd71becf019fc7c6..20545884564185820d18fc5f54e7a2f61e5d86ee 100644
--- a/src/PNaClTranslator.cpp
+++ b/src/PNaClTranslator.cpp
@@ -2191,7 +2191,6 @@ void PNaClTranslator::translate(const std::string &IRFilename) {
<< "\n";
ErrorStatus = true;
}
- return;
}
} // end of namespace Ice

Powered by Google App Engine
This is Rietveld 408576698