Replace &vector[0] with vector.data() to avoid invalid dereference caught by debug...
authorNick Lewycky <nicholas@mxc.ca>
Wed, 5 Aug 2015 21:16:02 +0000 (21:16 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 5 Aug 2015 21:16:02 +0000 (21:16 +0000)
commit39879766931ae5c5958b2468527342f5a00a244a
tree75001f01e6b36e5903f73f43955b4e775d5825dd
parentcea26c272b3637f177b04817746341c33e54fb39
Replace &vector[0] with vector.data() to avoid invalid dereference caught by debug STL. Also move a '*' for consistency and fix an 80-col violation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244134 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gold/gold-plugin.cpp