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

Unified Diff: test/cctest/compiler/code-assembler-tester.h

Issue 2246463002: [compiler] Remove compiler internals from CodeAssembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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 | « src/compiler/code-assembler.cc ('k') | test/cctest/compiler/test-code-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/compiler/code-assembler-tester.h
diff --git a/test/cctest/compiler/code-assembler-tester.h b/test/cctest/compiler/code-assembler-tester.h
index 609a137f8c588139d650ea4a14f9b4646700fe5e..eb2d77a17124f0a7ab923b8299b2c7e0b51aa250 100644
--- a/test/cctest/compiler/code-assembler-tester.h
+++ b/test/cctest/compiler/code-assembler-tester.h
@@ -51,12 +51,6 @@ class CodeAssemblerTesterImpl : private ZoneHolder, public CodeAssemblerT {
return scope_.CloseAndEscape(CodeAssemblerT::GenerateCode());
}
- // Expose some internal methods.
-
- Node* SmiShiftBitsConstant() {
- return CodeAssemblerT::SmiShiftBitsConstant();
- }
-
private:
HandleScope scope_;
LocalContext context_;
« no previous file with comments | « src/compiler/code-assembler.cc ('k') | test/cctest/compiler/test-code-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698