Index: src/ia32/assembler-ia32.h |
=================================================================== |
--- src/ia32/assembler-ia32.h (revision 2176) |
+++ src/ia32/assembler-ia32.h (working copy) |
@@ -731,11 +731,6 @@ |
// Used for inline tables, e.g., jump-tables. |
void dd(uint32_t data, RelocInfo::Mode reloc_info); |
- // Writes the absolute address of a bound label at the given position in |
- // the generated code. That positions should have the relocation mode |
- // internal_reference! |
- void WriteInternalReference(int position, const Label& bound_label); |
- |
int pc_offset() const { return pc_ - buffer_; } |
int current_statement_position() const { return current_statement_position_; } |
int current_position() const { return current_position_; } |