[LLVMbugs] [Bug 22386] addScopeVariable(llvm::LexicalScope*, llvm::DbgVariable*): Assertion `CurNum != ArgNum && "Duplicate argument"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 29 17:56:03 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22386

Adrian Prantl <aprantl at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Adrian Prantl <aprantl at apple.com> ---
Fix PR22386. The inliner moves static allocas to the entry basic block
so we need to move the dbg.declare intrinsics that describe them, too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227544

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150130/326d7b22/attachment.html>


More information about the llvm-bugs mailing list