]> granicus.if.org Git - clang/commit
Fix an unused-variable warning by using the variable in the place
authorJohn McCall <rjmccall@apple.com>
Mon, 4 Apr 2016 20:39:50 +0000 (20:39 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 4 Apr 2016 20:39:50 +0000 (20:39 +0000)
commit93e221e78eb4738a7cd107d06039e3a74a9237db
treed8d94b3d255a9759f84258f5a17c76b745714d98
parent10c44d19de75795e5549647022b86b88122f4440
Fix an unused-variable warning by using the variable in the place
it was supposed to have been used.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265344 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SwiftCallingConv.cpp
test/CodeGen/arm-swiftcall.c