Use function pointers with just f(1,2) instead of (*f)(1,2).
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 30 Jul 2014 00:38:58 +0000 (00:38 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 30 Jul 2014 00:38:58 +0000 (00:38 +0000)
commit601bb093ef765e88129995f8756870fcc15e7336
tree805065c675ca639c3ceea0a4b332f9febadbcb29
parentf8b862d87c14217d3038cb053917987730f9efcc
Use function pointers with just f(1,2) instead of (*f)(1,2).

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