| Index: src/regexp-macro-assembler-ia32.cc
|
| ===================================================================
|
| --- src/regexp-macro-assembler-ia32.cc (revision 829)
|
| +++ src/regexp-macro-assembler-ia32.cc (working copy)
|
| @@ -213,11 +213,14 @@
|
| }
|
|
|
|
|
| +void RegExpMacroAssemblerIA32::CheckNotBackReferenceCaseIndependent(
|
| + int start_reg, Label* on_no_match) {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| void RegExpMacroAssemblerIA32::CheckNotBackReference(
|
| int start_reg, Label* on_no_match) {
|
| - if (ignore_case_) {
|
| - UNIMPLEMENTED();
|
| - }
|
| Label fallthrough;
|
| __ mov(eax, register_location(start_reg));
|
| __ mov(ecx, register_location(start_reg + 1));
|
|
|