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

Unified Diff: src/code-stub-assembler.h

Issue 2374703002: [stubs] remove unused BranchIfSameValueZero from CodeStubAssembler (Closed)
Patch Set: Created 4 years, 3 months 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 | src/code-stub-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stub-assembler.h
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
index 79265793a1993f793fc718933678c7bea4c89185..33b3f330e40f00d3149457d6a4a0b401dd0458d6 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -171,10 +171,6 @@ class CodeStubAssembler : public compiler::CodeAssembler {
if_notequal);
}
- void BranchIfSameValueZero(compiler::Node* a, compiler::Node* b,
- compiler::Node* context, Label* if_true,
- Label* if_false);
-
void BranchIfFastJSArray(compiler::Node* object, compiler::Node* context,
Label* if_true, Label* if_false);
« no previous file with comments | « no previous file | src/code-stub-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698