mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
Marked with ATTRIBUTE_USED so that clang doesn't complain.
llvm-svn: 111383
This commit is contained in:
parent
65795241db
commit
fa83b9853e
@ -572,7 +572,7 @@ namespace {
|
||||
friend bool operator<(const TableEntry &TE, unsigned V) {
|
||||
return TE.from < V;
|
||||
}
|
||||
friend bool operator<(unsigned V, const TableEntry &TE) {
|
||||
friend bool ATTRIBUTE_USED operator<(unsigned V, const TableEntry &TE) {
|
||||
return V < TE.from;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user