mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-28 04:19:09 +00:00
[ARC] Add missing return statement
This commit is contained in:
parent
736b0d0cf0
commit
597a9070b5
@ -66,7 +66,7 @@ void ARCAsmPrinter::emitInstruction(const MachineInstr *MI) {
|
||||
bool ARCAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
|
||||
// Functions are 4-byte aligned.
|
||||
MF.ensureAlignment(Align(4));
|
||||
AsmPrinter::runOnMachineFunction(MF);
|
||||
return AsmPrinter::runOnMachineFunction(MF);
|
||||
}
|
||||
|
||||
// Force static initialization.
|
||||
|
Loading…
x
Reference in New Issue
Block a user