diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-04-05 22:20:50 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-04-05 22:20:50 +0000 |
commit | 1c42eaeb13032f3289672d008286732c8e9299c8 (patch) | |
tree | 94894d6ec7e908cbd1bd703430852779940c27b5 /llvm/test/Bitcode | |
parent | dd979e6457b3d2f8740cd583a34c029ddf105e5a (diff) | |
download | bcm5719-llvm-1c42eaeb13032f3289672d008286732c8e9299c8.tar.gz bcm5719-llvm-1c42eaeb13032f3289672d008286732c8e9299c8.zip |
Remove unnecessary "inline" of inline defined member functions
Member functions defined within a class definition are implicitly
'inline' for linkage purposes. Compilers might slightly favor inlining
functions explicitly marked 'inline', but LLVM doesn't make a stylistic
habit of doing this generally.
llvm-svn: 205679
Diffstat (limited to 'llvm/test/Bitcode')
0 files changed, 0 insertions, 0 deletions