commit | 29841e84014ccbe7344e00f44ce7695a017de69a | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Tue Dec 23 12:26:24 2014 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Dec 23 12:26:24 2014 -0800 |
tree | 47f9cf4a2a62187eadd12990ec6f6d8c5e015a34 | |
parent | ae953202e3a647dde1c0778432a3e92dd2eff3f2 [diff] |
Subzero: Use range-based for loops with llvm::ilist<Inst> lists. This reestablishes C++11 features lost after switching to llvm::ilist<> in two previous CLs: https://codereview.chromium.org/709533002/ https://codereview.chromium.org/794923002/ BUG= none R=jfb@chromium.org, jvoung@chromium.org Review URL: https://codereview.chromium.org/819403002