]> granicus.if.org Git - clang/commit
Revert "IRgen: Make sure any prolog instructions get debug info.", the lexical
authorDaniel Dunbar <daniel@zuster.org>
Thu, 1 Jul 2010 00:16:31 +0000 (00:16 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 1 Jul 2010 00:16:31 +0000 (00:16 +0000)
commit34161996e5bec20bcc3a97894a3a38f2d0f56c72
treea7a1012b3de69ac4b268c569095e613f5793878a
parentbb3310a5fd9c08741b5272ed2665bdeab76a99a6
Revert "IRgen: Make sure any prolog instructions get debug info.", the lexical
scope hasn't been set up yet so this isn't valid. It was just a cleanup to the
IR, so I'm going to ignore it for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107356 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp