Add an explicit 'inline' specifier to these static functions. GCC is
authorChandler Carruth <chandlerc@gmail.com>
Thu, 10 Sep 2015 20:34:57 +0000 (20:34 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 10 Sep 2015 20:34:57 +0000 (20:34 +0000)
commitc061b2bb6f5c0c3c771b019aa9e4762153e66482
tree0b7f405e974bf1ca8e72a259f81731706b6e4263
parent3db5c5884535c15f463e5053ac48c7fb725e0b0f
Add an explicit 'inline' specifier to these static functions. GCC is
warning on them having always_inline attribute for reasons I don't fully
understand -- static functions are just as inlinable as inline
functions in terms of linkage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247334 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp