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

Unified Diff: runtime/vm/cpu_test.cc

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 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
« no previous file with comments | « runtime/vm/cpu_mips.cc ('k') | runtime/vm/cpuinfo_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/cpu_test.cc
diff --git a/runtime/vm/cpu_test.cc b/runtime/vm/cpu_test.cc
index 1adb7483b9c8214687a1cd8fa138a3a5c74eaaee..ed76a8836bbfd9713d891f4db3370c6f6bf59927 100644
--- a/runtime/vm/cpu_test.cc
+++ b/runtime/vm/cpu_test.cc
@@ -26,12 +26,6 @@ VM_UNIT_TEST_CASE(Id) {
#else // defined(HOST_ARCH_ARM64)
EXPECT_STREQ("simarm64", CPU::Id());
#endif // defined(HOST_ARCH_ARM64)
-#elif defined(TARGET_ARCH_MIPS)
-#if defined(HOST_ARCH_MIPS)
- EXPECT_STREQ("mips", CPU::Id());
-#else // defined(HOST_ARCH_MIPS)
- EXPECT_STREQ("simmips", CPU::Id());
-#endif // defined(HOST_ARCH_MIPS)
#elif defined(TARGET_ARCH_DBC)
EXPECT_STREQ("dbc", CPU::Id());
#else
« no previous file with comments | « runtime/vm/cpu_mips.cc ('k') | runtime/vm/cpuinfo_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698