[Interpreter] Make a static func a lambda and remove always_inline.
authorDavide Italiano <davide@freebsd.org>
Fri, 14 Apr 2017 22:36:08 +0000 (22:36 +0000)
committerDavide Italiano <davide@freebsd.org>
Fri, 14 Apr 2017 22:36:08 +0000 (22:36 +0000)
commitcf8a8294e5b09ce3605b4a8a586e7d1a7a1e0b63
tree3e6c20e29a944271d923c3b91fb7552cbf5654ec
parent9a458cd51765131f38b04816a05e776323a68af9
[Interpreter] Make a static func a lambda and remove always_inline.

The attribute was fairly dubious as: a) we shouldn't tell the compiler
when to inline functions, b) GCC complains that the function may be
not always inlinable.

llvm-svn: 300377
lldb/source/Interpreter/CommandInterpreter.cpp