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

Unified Diff: src/a64/simulator-a64.h

Issue 196473021: A64: Handle a few TODOs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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
Index: src/a64/simulator-a64.h
diff --git a/src/a64/simulator-a64.h b/src/a64/simulator-a64.h
index 602d72395b3a2a26598bd655f3cceeeb7c566c9a..506736af8745c284d5bf801adae0f96cbb2aa6a3 100644
--- a/src/a64/simulator-a64.h
+++ b/src/a64/simulator-a64.h
@@ -732,8 +732,6 @@ class Simulator : public DecoderVisitor {
template <typename T>
T FPMinNM(T a, T b);
- void CheckStackAlignment();
-
inline void CheckPCSComplianceAndRun();
#ifdef DEBUG

Powered by Google App Engine
This is Rietveld 408576698