Reapply r112623. Included additional check for unused byval argument.
authorDevang Patel <dpatel@apple.com>
Tue, 31 Aug 2010 22:22:42 +0000 (22:22 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 31 Aug 2010 22:22:42 +0000 (22:22 +0000)
commit0b48eade42022c929fcf0f2afcffdf849c5bd05a
tree7e97c59cd08cf2ecd2b98422b5e1bba5f432d319
parent5023ef281c719914681e4f2b12d4d120923d8127
Reapply r112623. Included additional check for unused byval argument.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112659 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FunctionLoweringInfo.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/FrontendC++/2010-08-31-ByValArg.cpp [new file with mode: 0644]