[clang] [CodeGen] Avoid potential sideeffects from XOR (PR #67193)
Bill Wendling via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 27 11:17:59 PDT 2023
================
@@ -2088,12 +2088,12 @@ class TargetInstrInfo : public MCInstrInfo {
}
/// Insert an architecture-specific instruction to clear a register. If you
- /// need to avoid sideeffects (e.g. XOR on x86), set \p NoSideEffects to \p
- /// true.
+ /// need to avoid sideeffects (e.g. XOR on x86), set \p AllowSideEffects to
----------------
bwendling wrote:
Done.
https://github.com/llvm/llvm-project/pull/67193
More information about the cfe-commits
mailing list