[all-commits] [llvm/llvm-project] 0de859: [MC] Fix operator++ for various MCRegister iterato...
Jay Foad via All-commits
all-commits at lists.llvm.org
Fri Feb 9 06:17:01 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0de859c8f22669ab7a816afdf975c7b012e511b9
https://github.com/llvm/llvm-project/commit/0de859c8f22669ab7a816afdf975c7b012e511b9
Author: Jay Foad <jay.foad at amd.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M llvm/include/llvm/MC/MCRegisterInfo.h
Log Message:
-----------
[MC] Fix operator++ for various MCRegister iterators (#81250)
Return *this from operator++. NFC, this just allows using ++Iter in
an expression in future patches.
More information about the All-commits
mailing list