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

Unified Diff: src/IceCfg.h

Issue 1241763002: ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: review Created 5 years, 5 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 | « pydir/crosstest.py ('k') | src/IceClFlags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 08b4e979c2c07d993a56b38a2f3163627b45c1e1..d236a5f144efe9ba4e82b685940c8f5c3fa9b951 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -119,8 +119,8 @@ public:
/// Create a new Variable with a particular type and an optional
/// name. The Node argument is the node where the variable is defined.
- // TODO(jpp): untemplate this with two separate methods: makeVariable and
- // makeSpillVariable.
+ // TODO(jpp): untemplate this with separate methods: makeVariable,
+ // makeSpillVariable, and makeStackVariable.
template <typename T = Variable> T *makeVariable(Type Ty) {
SizeT Index = Variables.size();
T *Var = T::create(this, Ty, Index);
« no previous file with comments | « pydir/crosstest.py ('k') | src/IceClFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698