DebugInfo: Remove forced column-info workaround for inlined calls
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 21 Jan 2015 23:08:17 +0000 (23:08 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 21 Jan 2015 23:08:17 +0000 (23:08 +0000)
commit835afb205fea08f80c5eb24aba01b81f77e64cc3
tree84c9b08b6613af015ea0558d9a9146655db4562e
parentfcf053b342c1319b6ea9a8a7d65b3ecc83a93999
DebugInfo: Remove forced column-info workaround for inlined calls

This workaround was to provide unique call sites to ensure LLVM's inline
debug info handling would properly unique two calls to the same function
on the same line. Instead, this has now been fixed in LLVM (r226736) and
the workaround here can be removed.

Originally committed in r176895, but this isn't a straight revert due to
all the changes since then. I just searched for anything ForcedColumn*
related and removed them.

We could test this - but it didn't strike me as terribly valuable once
we're no longer adding this workaround everything just works as expected
& it's no longer a special case to test for.

llvm-svn: 226738
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDebugInfo.h
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CodeGenFunction.h