OSDN Git Service

DBG_VALUE machine instruction pointing to undefined register for a variable justify...
authorDevang Patel <dpatel@apple.com>
Thu, 24 Jun 2010 21:51:19 +0000 (21:51 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 24 Jun 2010 21:51:19 +0000 (21:51 +0000)
commit486ca764216fea073d3bcc0716b181ca861b74f7
treeddca3ccdbca772fc9c4ebb110dc73434149217a9
parent67674e2685af8ab16292550becac15f7b17ea831
DBG_VALUE machine instruction pointing to undefined register for a variable justify a separate scope if the variable is inlined function's argument.
Radar 8122864.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106792 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/FrontendC/2010-06-24-DbgInlinedFnParameter.c [new file with mode: 0644]