Fix compilation warning on some C++ compilers.

TBR=
Review URL: http://codereview.chromium.org/7034030

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7945 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
fschneider@chromium.org 2011-05-18 17:43:20 +00:00
parent f2cb08f1c2
commit 932390fd2d

View File

@ -2217,6 +2217,8 @@ TRUnaryOpIC::TypeInfo TRUnaryOpIC::ComputeNewType(
UNREACHABLE();
return TRUnaryOpIC::GENERIC;
}
UNREACHABLE();
return TRUnaryOpIC::GENERIC;
}