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

Unified Diff: src/IceGlobalContext.cpp

Issue 1214693004: ARM lowering integer divide and remainder, with div by 0 checks. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: fill in todo Created 5 years, 6 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/IceGlobalContext.cpp
diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp
index 450fbba236f79caa09da279e62188a79b3aeb2bb..3473b8cf4b2b1aa3a975f8bc06767fecbf0206c4 100644
--- a/src/IceGlobalContext.cpp
+++ b/src/IceGlobalContext.cpp
@@ -31,8 +31,8 @@
#pragma clang diagnostic pop
#include <algorithm> // max()
-#include <cctype> // isdigit(), isupper()
-#include <locale> // locale
+#include <cctype> // isdigit(), isupper()
+#include <locale> // locale
#include <unordered_map>
namespace std {
« no previous file with comments | « src/IceConditionCodesX8664.h ('k') | src/IceInstARM32.h » ('j') | src/IceInstARM32.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698