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

Unified Diff: src/ppc/macro-assembler-ppc.h

Issue 1484143002: PPC: Refine "Make whether or not a Code object should be created by masm explicit" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@patch04
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ppc/macro-assembler-ppc.h
diff --git a/src/ppc/macro-assembler-ppc.h b/src/ppc/macro-assembler-ppc.h
index befd5e280155264bc77836716b0dea5fed672138..adcb370dd5ec89d72347c8f26740883a696c4c25 100644
--- a/src/ppc/macro-assembler-ppc.h
+++ b/src/ppc/macro-assembler-ppc.h
@@ -110,10 +110,6 @@ bool AreAliased(Register reg1, Register reg2, Register reg3 = no_reg,
// MacroAssembler implements a collection of frequently used macros.
class MacroAssembler : public Assembler {
public:
- // The isolate parameter can be NULL if the macro assembler should
- // not use isolate-dependent functionality. In this case, it's the
- // responsibility of the caller to never invoke such function on the
- // macro assembler.
MacroAssembler(Isolate* isolate, void* buffer, int size,
CodeObjectRequired create_code_object);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698