Fix compilation warning introduced in r327654
authorMikael Holmen <mikael.holmen@ericsson.com>
Fri, 16 Mar 2018 07:27:57 +0000 (07:27 +0000)
committerMikael Holmen <mikael.holmen@ericsson.com>
Fri, 16 Mar 2018 07:27:57 +0000 (07:27 +0000)
commit9f373a379d3a1a6b04c8c56af4f560f32449a1de
treefb52ea38463afdc0325b62ce38145280999bdac4
parent2e7fec7c90635fc5413c584c6645b6ce2570b9d7
Fix compilation warning introduced in r327654

The compiler complained about

../tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:184:15: error: unused variable 'CSI' [-Werror,-Wunused-variable]
    if (auto *CSI = CGF.CapturedStmtInfo) {
              ^
1 error generated.

I don't know this code but it seems like an easy fix so I push it anyway
to get rid of the warning.

llvm-svn: 327694
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp