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

Unified Diff: src/register-allocator-ia32.h

Issue 14193: Fix lint errors - spacing and formatting. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: '' Created 12 years 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 | « src/jump-target-arm.cc ('k') | src/virtual-frame-arm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/register-allocator-ia32.h
===================================================================
--- src/register-allocator-ia32.h (revision 991)
+++ src/register-allocator-ia32.h (working copy)
@@ -81,7 +81,7 @@
class RegisterAllocator BASE_EMBEDDED {
public:
- RegisterAllocator(CodeGenerator* cgen) : code_generator_(cgen) {}
+ explicit RegisterAllocator(CodeGenerator* cgen) : code_generator_(cgen) {}
int num_registers() const { return RegisterFile::kNumRegisters; }
« no previous file with comments | « src/jump-target-arm.cc ('k') | src/virtual-frame-arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698