]> git.lizzy.rs Git - rust.git/commit
Turn some alloca_no_lifetime() calls into plain alloca() calls
authorBjörn Steinbrink <bsteinbr@gmail.com>
Tue, 25 Aug 2015 16:11:15 +0000 (18:11 +0200)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Tue, 25 Aug 2015 16:36:10 +0000 (18:36 +0200)
commitf3bd14ab112ff77565dbb57a69540bbae2607ee9
tree69170459a8a512ef4c215d68c1cd8a9cfab7a4a4
parent6e60fdba1794893dbd1855f01fb0f6b32b70137a
Turn some alloca_no_lifetime() calls into plain alloca() calls

The issues that the comments referred to were fixed before the PR even
landed but we never got around to remove the hack of skipping the
lifetime start.
src/librustc_trans/trans/expr.rs