[llvm] f61f7be - [VE][NFC] Remove obsoleted function declaration
Kazushi Marukawa via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 18 21:34:28 PDT 2022
Author: Kazushi (Jam) Marukawa
Date: 2022-06-19T13:33:46+09:00
New Revision: f61f7be0c76b045c89f6710c61bcb40d91a0169e
URL: https://github.com/llvm/llvm-project/commit/f61f7be0c76b045c89f6710c61bcb40d91a0169e
DIFF: https://github.com/llvm/llvm-project/commit/f61f7be0c76b045c89f6710c61bcb40d91a0169e.diff
LOG: [VE][NFC] Remove obsoleted function declaration
Added:
Modified:
llvm/lib/Target/VE/VE.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/VE/VE.h b/llvm/lib/Target/VE/VE.h
index d57a521b3e2d..2794d1458be7 100644
--- a/llvm/lib/Target/VE/VE.h
+++ b/llvm/lib/Target/VE/VE.h
@@ -27,7 +27,6 @@ class MCInst;
class MachineInstr;
FunctionPass *createVEISelDag(VETargetMachine &TM);
-FunctionPass *createVEPromoteToI1Pass();
FunctionPass *createLVLGenPass();
void LowerVEMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
More information about the llvm-commits
mailing list