Chromium Code Reviews

Unified Diff: src/assembler.h

Issue 1380863004: Revert of Reland: Remove register index/code indirection (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/arm64/utils-arm64.h ('k') | src/assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index 4babeb53bb0096bc524bbe09c79d1195977d4031..f218112ec9fe8e7ef3a8e8b67bd1a717b1cbba7a 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -1276,6 +1276,8 @@
PerTypeEntryInfo info_[ConstantPoolEntry::NUMBER_OF_TYPES];
};
+
} // namespace internal
} // namespace v8
+
#endif // V8_ASSEMBLER_H_
« no previous file with comments | « src/arm64/utils-arm64.h ('k') | src/assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine