DebugInfo: Avoid unnecessarily looking up the context when the declaration is already...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 18 Feb 2014 20:52:05 +0000 (20:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 18 Feb 2014 20:52:05 +0000 (20:52 +0000)
commit65ec94e3481a2dcb57ff29f6046bb3c4505949af
tree3261eb41bc44e1963a4422d99b9318eb1c8c53f8
parent7c27a265dc84069451cba872d89f4234dcee2a0f
DebugInfo: Avoid unnecessarily looking up the context when the declaration is already built.

No functional change intended.

llvm-svn: 201602
clang/lib/CodeGen/CGDebugInfo.cpp