Revision: 23110
Author:   [email protected]
Date:     Wed Aug 13 14:47:32 2014 UTC
Log:      Fix non-TF target build after r23107.

[email protected]
TEST=cctest/test-run-deopt

Review URL: https://codereview.chromium.org/473453002
http://code.google.com/p/v8/source/detail?r=23110

Modified:
 /branches/bleeding_edge/test/cctest/compiler/test-run-deopt.cc

=======================================
--- /branches/bleeding_edge/test/cctest/compiler/test-run-deopt.cc Wed Aug 13 14:09:50 2014 UTC +++ /branches/bleeding_edge/test/cctest/compiler/test-run-deopt.cc Wed Aug 13 14:47:32 2014 UTC
@@ -11,6 +11,8 @@
 using namespace v8::internal;
 using namespace v8::internal::compiler;

+#if V8_TURBOFAN_TARGET
+
 static void IsOptimized(const FunctionCallbackInfo<v8::Value>& args) {
   JavaScriptFrameIterator it(CcTest::i_isolate());
   JavaScriptFrame* frame = it.frame();
@@ -24,7 +26,6 @@
   context->Global()->Set(v8_str("IsOptimized"), t->GetFunction());
 }

-#if V8_TURBOFAN_TARGET

 TEST(TurboSimpleDeopt) {
   FLAG_allow_natives_syntax = true;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to