commit | 1fd80c722c1a2d4c31d43a0df35ccbd49d9c2b5a | [log] [tgz] |
---|---|---|
author | Thomas Lively <tlively@google.com> | Mon Jun 27 14:47:21 2016 -0700 |
committer | Thomas Lively <tlively@google.com> | Mon Jun 27 14:47:21 2016 -0700 |
tree | 97f39e8f2a7a5add6648655495e566bd343589f6 | |
parent | 9dd397d322848cbc9c54e80acb6dc0a2b30aaeb7 [diff] [blame] |
Instrumented local variables and implemented runtime. BUG=https://bugs.chromium.org/p/nativeclient/issues/detail?id=4374 R=kschimpf@google.com Review URL: https://codereview.chromium.org/2095763002 .
diff --git a/src/IceCfg.h b/src/IceCfg.h index e3f29c7..c656961 100644 --- a/src/IceCfg.h +++ b/src/IceCfg.h
@@ -295,7 +295,7 @@ BVT_FramePointer, BVT_UserPointer }; - void sortAndCombineAllocas(CfgVector<Inst *> &Allocas, + void sortAndCombineAllocas(CfgVector<InstAlloca *> &Allocas, uint32_t CombinedAlignment, InstList &Insts, AllocaBaseVariableType BaseVariableType); void findRematerializable();