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-09 12:55:02 +0100 |
commit | 0494b6b6769f9ceda7e019a30e83a472d23afff5 (patch) | |
tree | 53118c31164433e218f31cd3848271ec31f3d73d /llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp | |
parent | bb69173ae5d125b5d5238d0b34d8cdc02db4ba69 (diff) | |
download | llvm-0494b6b6769f9ceda7e019a30e83a472d23afff5.zip llvm-0494b6b6769f9ceda7e019a30e83a472d23afff5.tar.gz llvm-0494b6b6769f9ceda7e019a30e83a472d23afff5.tar.bz2 |
[PowerPC, test] Fix use of undef FileCheck var
LLVM test CodeGen/PowerPC/ctrloops-softfloat.ll tries to check for the
absence of sequences 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: nemanjai
Differential Revision: https://reviews.llvm.org/D99881
Diffstat (limited to 'llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions