llvm::Function argument count is not a good indicator of how many arugments does...
authorDevang Patel <dpatel@apple.com>
Thu, 3 Mar 2011 20:02:02 +0000 (20:02 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 3 Mar 2011 20:02:02 +0000 (20:02 +0000)
commitcb3a65755e5161519355e5aad5107915be750597
tree093f59ae347553b4a2d90c0983d5200e1bb7e8a3
parent0f657b156f3d0890584bedda7294932a20b2ea16
llvm::Function argument count is not a good indicator of how many arugments does the function have at source level. If we need more space, just resize vector conservatively. This vector is only used once per function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126957 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp