]> granicus.if.org Git - llvm/commit
LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 28 Mar 2017 22:31:35 +0000 (22:31 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 28 Mar 2017 22:31:35 +0000 (22:31 +0000)
commitaba00eee42201f8027be89ac5191f53f6fb5fef2
treeb69e2f4b5e468158c86a9a4924b6c7dfc3d14203
parentbdb8cec802d2b261b49ad471abaa2351a9c2d92c
LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.

This makes the predicates independent of the flag representation
and makes the code a little easier to read.

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