]> granicus.if.org Git - clang/commit
Register all parameters even if they didn't occur in the function body.
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 2 Mar 2010 10:08:30 +0000 (10:08 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 2 Mar 2010 10:08:30 +0000 (10:08 +0000)
commit15f6b42b68d296cabf117752094693afe813dffb
tree237a3154c6af8821f6b71b7a623b7b4f5fbbfa63
parent6b98b2e5f33ce2dcdb7fa385f7e21672d49f1a69
Register all parameters even if they didn't occur in the function body.
We may query their liveness because they are added to store when passing
argument values.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97562 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LiveVariables.cpp
test/Analysis/inline2.c [new file with mode: 0644]