SCC: Remove redundant inline keywords, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 25 Apr 2014 18:10:23 +0000 (18:10 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 25 Apr 2014 18:10:23 +0000 (18:10 +0000)
commitf40905c31831bd002e39bf557bb361a2567f14e6
tree8c6cbf17929dc86d34985d241490788db1dc074f
parentf7c84bf9ed78c4caeed23cb006ed842eaf5828e1
SCC: Remove redundant inline keywords, NFC

Functions declared in line in a class are inlined by default.  There's
no reason for the `inline` keyword.

<rdar://problem/14292693>

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