[C++, test] Fix typo in NSS* vars
authorThomas Preud'homme <thomasp@graphcore.ai>
Sat, 3 Apr 2021 10:49:50 +0000 (11:49 +0100)
committerThomas Preud'homme <thomasp@graphcore.ai>
Tue, 20 Apr 2021 11:07:41 +0000 (12:07 +0100)
commit8cee150e9ac467dd93199722b8bd8af3024df697
tree09bd08025db56e812693e4feb698c9619c3fa8a4
parent840c4e4e90c9022ee4b5775dde73f21450ec3ce4
[C++, test] Fix typo in NSS* vars

The NSS FileCheck variables at the end of the
CodeGenCXX/split-stacks.cpp clang testcase are off by 1, resulting in
the use of an undefined variable (NSS3). One of the CHECK-NOT is also
redundant because _Z8tnosplitIiEiv uses the same attribute as _Z3foov
without split stack. This commit fixes that.

Reviewed By: ChuanqiXu

Differential Revision: https://reviews.llvm.org/D99839
clang/test/CodeGenCXX/split-stacks.cpp