aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode/Compiler.cpp
diff options
context:
space:
mode:
authorSam Elliott <quic_aelliott@quicinc.com>2025-06-23 10:49:47 -0700
committerGitHub <noreply@github.com>2025-06-23 10:49:47 -0700
commita6eb5eee38ee08fb8466956553e77177e2ad1b02 (patch)
tree58722f7ef5bcd15b53b45378f45c1894cb229dfe /clang/lib/AST/ByteCode/Compiler.cpp
parentf1c1456b9137119b69f0a720f2aa5a570c7b517d (diff)
downloadllvm-a6eb5eee38ee08fb8466956553e77177e2ad1b02.zip
llvm-a6eb5eee38ee08fb8466956553e77177e2ad1b02.tar.gz
llvm-a6eb5eee38ee08fb8466956553e77177e2ad1b02.tar.bz2
[RISCV][NFC] Remove hasStdExtCOrZca (#145139)
As of 20b5728b7b1ccc4509a316efb270d46cc9526d69, C always enables Zca, so the check `C || Zca` is equivalent to just checking for `Zca`. This replaces any uses of `HasStdExtCOrZca` with a new `HasStdExtZca` (with the same assembler description, to avoid changes in error messages), and simplifies everywhere where C++ needed to check for either C or Zca. The Subtarget function is just deprecated for the moment.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions