commit | 408f79aeb676251ba35667a64e86c20638d7cb0b | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Tue Aug 23 18:22:33 2011 -0700 |
committer | Ian Rogers <irogers@google.com> | Tue Aug 23 18:56:54 2011 -0700 |
tree | 419c9dca6bc1fd5c13a997d4fad62f92960e5e45 | |
parent | 72025e5f8f2743b4af33453df5b3bddada2078db [diff] [blame] |
Add validate object, clean up stack indirect reference table. Change-Id: Ifb329ae7d3bede3e95d48e6761cee1412a33d867
diff --git a/src/compiler/Dataflow.h b/src/compiler/Dataflow.h index 909913f..235ad31 100644 --- a/src/compiler/Dataflow.h +++ b/src/compiler/Dataflow.h
@@ -111,7 +111,7 @@ int basicSSAReg; int m; // multiplier int c; // constant - int inc; // loop incriment + int inc; // loop increment } InductionVariableInfo; typedef struct ArrayAccessInfo {