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)
commit8cde42c40084bc62c3fbffbc2ed8b118813a008c
tree9f961ab379a090a5a85124c0855b77d3c940e12e
parentb810b02b853dc4e42d641cea24bc853f1894b9f0
Fix an unused-variable warning by using the variable in the place
it was supposed to have been used.

llvm-svn: 265344
clang/lib/CodeGen/SwiftCallingConv.cpp
clang/test/CodeGen/arm-swiftcall.c