diff options
author | Thomas Preud'homme <thomasp@graphcore.ai> | 2021-04-05 11:28:35 +0100 |
---|---|---|
committer | Thomas Preud'homme <thomasp@graphcore.ai> | 2021-04-07 09:45:21 +0100 |
commit | 73a7d451a2ca7a90fb09b2cd934948ae30cc72c3 (patch) | |
tree | 34d3820563e00dca60fab50360a0ef30c471466a /clang/lib/Basic/SourceManager.cpp | |
parent | e018698bec363637f0da25b68da9ba8c3192d1cb (diff) | |
download | llvm-73a7d451a2ca7a90fb09b2cd934948ae30cc72c3.zip llvm-73a7d451a2ca7a90fb09b2cd934948ae30cc72c3.tar.gz llvm-73a7d451a2ca7a90fb09b2cd934948ae30cc72c3.tar.bz2 |
[PowerPC, test] Fix use of undef FileCheck var
LLVM test CodeGen/PowerPC/ppc-disable-non-volatile-cr.ll tries to check
for the absence of a sequence of instructions with several CHECK-NOT
with one of those directives using a variable defined in another.
However CHECK-NOT are checked independently so that is using a variable
defined in a pattern that should not occur in the input.
This commit changes occurence of the variable for the regex used in its
definition, thereby making each CHECK-NOT independent.
Reviewed By: NeHuang, nemanjai
Differential Revision: https://reviews.llvm.org/D99880
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions