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

Unified Diff: src/compiler/machine-type.cc

Issue 500343002: [turbofan] Add backend support for load/store float32 values. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 6 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/machine-type.h ('k') | src/compiler/simplified-lowering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/machine-type.cc
diff --git a/src/compiler/machine-type.cc b/src/compiler/machine-type.cc
index b27727cb7a3b03c1f7bc4b559242533c9c119da0..94aa124e03e948b7d9d1793727640c42a8546aa2 100644
--- a/src/compiler/machine-type.cc
+++ b/src/compiler/machine-type.cc
@@ -24,6 +24,7 @@ OStream& operator<<(OStream& os, const MachineType& type) {
PRINT(kRepWord16);
PRINT(kRepWord32);
PRINT(kRepWord64);
+ PRINT(kRepFloat32);
PRINT(kRepFloat64);
PRINT(kRepTagged);
« no previous file with comments | « src/compiler/machine-type.h ('k') | src/compiler/simplified-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698