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

Unified Diff: runtime/vm/cpu_ia32.cc

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month 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_ia32.h ('k') | runtime/vm/cpu_mips.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/cpu_ia32.cc
diff --git a/runtime/vm/cpu_ia32.cc b/runtime/vm/cpu_ia32.cc
index 441a8addfd546ca72c6b9ff59fd6e5a83597b0cc..a5f02c29dd65e064e8ab8a7d11ccb47c60ebf223 100644
--- a/runtime/vm/cpu_ia32.cc
+++ b/runtime/vm/cpu_ia32.cc
@@ -41,9 +41,8 @@ void HostCPUFeatures::InitOnce() {
hardware_ = CpuInfo::GetCpuModel();
sse2_supported_ = CpuInfo::FieldContains(kCpuInfoFeatures, "sse2");
- sse4_1_supported_ =
- CpuInfo::FieldContains(kCpuInfoFeatures, "sse4_1") ||
- CpuInfo::FieldContains(kCpuInfoFeatures, "sse4.1");
+ sse4_1_supported_ = CpuInfo::FieldContains(kCpuInfoFeatures, "sse4_1") ||
+ CpuInfo::FieldContains(kCpuInfoFeatures, "sse4.1");
#if defined(DEBUG)
initialized_ = true;
« no previous file with comments | « runtime/vm/cpu_ia32.h ('k') | runtime/vm/cpu_mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698