Put an unused result attribute on SmallSet::empty()
authorAlp Toker <alp@nuanti.com>
Sat, 23 Nov 2013 23:06:20 +0000 (23:06 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 23 Nov 2013 23:06:20 +0000 (23:06 +0000)
commit2b5c552550222274650bf3b391745e462f09ca8a
tree4de623acff2a8bfdfd1e446c9ff48d42736f360a
parente510665548d7291b7e935a17514f9380b770e26c
Put an unused result attribute on SmallSet::empty()

This matches other empty() container functions in LLVM.

No actual usage problems discovered in this instance.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195562 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallSet.h