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

Unified Diff: src/compiler/pipeline.h

Issue 1282763002: [turbofan] Drop V8_TURBOFAN_BACKEND and V8_TURBOFAN_TARGET defines. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/instruction-selector.cc ('k') | src/compiler/pipeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/pipeline.h
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
index 240ff69f59c58d46c57e3d5180e1125981db9aa7..15ed8a0e373dd5ee8a33f60311b67e28a9e8a2b1 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -46,9 +46,6 @@ class Pipeline {
InstructionSequence* sequence,
bool run_verifier);
- static inline bool SupportedBackend() { return V8_TURBOFAN_BACKEND != 0; }
- static inline bool SupportedTarget() { return V8_TURBOFAN_TARGET != 0; }
-
private:
static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
CallDescriptor* call_descriptor,
« no previous file with comments | « src/compiler/instruction-selector.cc ('k') | src/compiler/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698