Skip to content

Commit

Permalink
Bugfix for -mins option
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmitrovic-syrmia committed Aug 3, 2023
1 parent a882b50 commit 7eed111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVSubtarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,5 @@ bool RISCVSubtarget::shouldUseExt() const {
}

bool RISCVSubtarget::shouldUseIns() const {
return UseInsInsn && HasExt;
return UseInsInsn && HasIns;
}

0 comments on commit 7eed111

Please sign in to comment.