[all-commits] [llvm/llvm-project] 648246: [Hexagon] Remove isPredicateRegister in favor of i...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Dec 28 08:41:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 648246cce6a36732dfcbc727d088888dffa18b9c
https://github.com/llvm/llvm-project/commit/648246cce6a36732dfcbc727d088888dffa18b9c
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2021-12-28 (Tue, 28 Dec 2021)
Changed paths:
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
Log Message:
-----------
[Hexagon] Remove isPredicateRegister in favor of isPredReg, NFC
HexagonMCChecker has its own function isPredicateRegister, which does
the same thing as HexagonMCInstrInfo::isPredReg.
More information about the All-commits
mailing list