[all-commits] [llvm/llvm-project] e197b9: [RISCV] Fix typo in call to clearFeatureBits.
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Feb 6 12:19:41 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e197b957ce1061cb1bfbd586b703065367cce5dc
https://github.com/llvm/llvm-project/commit/e197b957ce1061cb1bfbd586b703065367cce5dc
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-02-06 (Tue, 06 Feb 2024)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
Log Message:
-----------
[RISCV] Fix typo in call to clearFeatureBits.
We had "+zca" instead of "zca". The previous line used "c", not "+c".
This may not be a functional change. I think the function we pass this
to strips any '+' or '-'.
More information about the All-commits
mailing list