summaryrefslogtreecommitdiff
path: root/deps/v8/src/codegen/ppc/assembler-ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/codegen/ppc/assembler-ppc.h')
-rw-r--r--deps/v8/src/codegen/ppc/assembler-ppc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/codegen/ppc/assembler-ppc.h b/deps/v8/src/codegen/ppc/assembler-ppc.h
index 21a439a85e..6cff641b5b 100644
--- a/deps/v8/src/codegen/ppc/assembler-ppc.h
+++ b/deps/v8/src/codegen/ppc/assembler-ppc.h
@@ -621,7 +621,7 @@ class Assembler : public AssemblerBase {
RegList* GetScratchRegisterList() { return &scratch_register_list_; }
// ---------------------------------------------------------------------------
- // Code generation
+ // InstructionStream generation
// Insert the smallest number of nop instructions
// possible to align the pc offset to a multiple
@@ -1383,7 +1383,7 @@ class Assembler : public AssemblerBase {
bool is_trampoline_emitted() const { return trampoline_emitted_; }
- // Code generation
+ // InstructionStream generation
// The relocation writer's position is at least kGap bytes below the end of
// the generated instructions. This is so that multi-instruction sequences do
// not have to check for overflow. The same is true for writes of large
@@ -1570,7 +1570,7 @@ class V8_EXPORT_PRIVATE V8_NODISCARD UseScratchRegisterScope {
private:
friend class Assembler;
- friend class TurboAssembler;
+ friend class MacroAssembler;
Assembler* assembler_;
RegList old_available_;