comparison libinterp/corefcn/jit-ir.h @ 20132:1f9ed81bd173

maint: Fix spelling and grammar mistakes in docs and comments (bug #44878) * NEWS, io.txi, file-io.cc, jit-ir.h, jit-typeinfo.h, ls-oct-binary.cc: Fix misspellings of "compatibility" and "compatible". * bsxfun.cc, file-io.cc, ov-base.h, oct-shlib.h, mesh.m: Fix misspellings of "overridden". * emacs.txi, image.txi, graphics.cc, __magick_read__.cc: Replace verb phrase "allows to" with "allows one to".
author Rafael Laboissiere <rafael@laboissiere.net>
date Sun, 19 Apr 2015 06:53:30 -0300
parents 4197fc428c7d
children b65888ec820e
comparison
equal deleted inserted replaced
20131:bb59bdbdb8ac 20132:1f9ed81bd173
564 564
565 virtual void replace_with (jit_value *value); 565 virtual void replace_with (jit_value *value);
566 566
567 void replace_in_phi (jit_block *ablock, jit_block *with); 567 void replace_in_phi (jit_block *ablock, jit_block *with);
568 568
569 // we have a new internal list, but we want to stay compatable with jit_value 569 // we have a new internal list, but we want to stay compatible with jit_value
570 jit_use *first_use (void) const { return jit_value::first_use (); } 570 jit_use *first_use (void) const { return jit_value::first_use (); }
571 571
572 size_t use_count (void) const { return jit_value::use_count (); } 572 size_t use_count (void) const { return jit_value::use_count (); }
573 573
574 // if a block is alive, then it might be visited during execution 574 // if a block is alive, then it might be visited during execution