Use reserve instead of grow.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 18 Oct 2016 15:31:23 +0000 (15:31 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 18 Oct 2016 15:31:23 +0000 (15:31 +0000)
commitad74c1cfdf31b5cfc7e73b65ab174c59fbfbf0ad
treefb7e23f06dd9729eedcbb32edd716d64b75efc5a
parentd080746c1995a6cf095d094002aef88938507ce2
Use reserve instead of grow.

The table was still being resized as grow doesn't account for the fact
that the table needs to remain 3/4 full.

llvm-svn: 284487
lld/ELF/InputSection.cpp