Skip to content

Commit

Permalink
Missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Dec 22, 2023
1 parent 8caf640 commit 497650a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llvm/lib/Target/SBF/SBFSubtarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ void SBFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {

if (CPU == "sbfv2") {
IsSBFv2 = true;
if (!HasDynamicFrames)
report_fatal_error("sbfv2 requires dynamic-frames\n", false);
report_fatal_error("sbfv2 requires dynamic-frames\n", false);
}
}

Expand Down

0 comments on commit 497650a

Please sign in to comment.