Simple little optimization to Decl::getCanonicalDecl(), eliminating some heavyweight...
commitb0de6a11d2e4133f3ef27dacae854718d0947c8f
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 08:14:56 +0000 (17 08:14 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 08:14:56 +0000 (17 08:14 +0000)
tree150f4a9547b27ed0063617a61d530bc925823cb8
parent5d3c3257c75a83c10a0a449f7fa78a10f5afb84d
Simple little optimization to Decl::getCanonicalDecl(), eliminating some heavyweight machinery and indirection that we don't need

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125737 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclBase.cpp