[all-commits] [llvm/llvm-project] bc3e71: [llvm-exegesis][NFC] Fix unused function 'IsMovReg...
Jake Egan via All-commits
all-commits at lists.llvm.org
Tue Jun 27 10:02:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc3e71a945cdedcde7836a7b6c5c467ac62a9f7d
https://github.com/llvm/llvm-project/commit/bc3e71a945cdedcde7836a7b6c5c467ac62a9f7d
Author: Jake Egan <5326451+jakeegan at users.noreply.github.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp
Log Message:
-----------
[llvm-exegesis][NFC] Fix unused function 'IsMovRegToReg' warning
/scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp:88:17: error: unused function 'IsMovRegToReg' [-Werror,-Wunused-function]
Matcher<MCInst> IsMovRegToReg(unsigned Opcode, int64_t Reg1, int64_t Reg2) {
1 error generated.
More information about the All-commits
mailing list