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

Unified Diff: src/IceTypes.h

Issue 680733002: Subzero: Allow delaying Phi lowering until after register allocation. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix vector const undef lowering for phis. Created 6 years, 2 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/IceTimerTree.def ('k') | src/IceTypes.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTypes.h
diff --git a/src/IceTypes.h b/src/IceTypes.h
index 16195238d0b871008bf10e951cf1a8ff4699fe29..58f0aa40380f5a80e5674a5966c9e2524f8d6196 100644
--- a/src/IceTypes.h
+++ b/src/IceTypes.h
@@ -31,7 +31,7 @@ enum TargetArch {
#define X(tag, str) tag,
TARGETARCH_TABLE
#undef X
- TargetArch_NUM
+ TargetArch_NUM
};
const char *targetArchString(TargetArch Arch);
« no previous file with comments | « src/IceTimerTree.def ('k') | src/IceTypes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698