[hlstool] fix typo

This commit is contained in:
Morten Borup Petersen 2022-09-13 15:12:23 +02:00
parent 0600a9f616
commit f5a979e094
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ doHLSFlowDynamic(PassManager &pm, ModuleOp module,
irInputLevel = HLSFlowDynamicIRLevel::High; // Default to highest level
if (irOutputLevel < 0)
irInputLevel = HLSFlowDynamicIRLevel::Rtl; // Default to lowest level
irOutputLevel = HLSFlowDynamicIRLevel::Rtl; // Default to lowest level
if (irInputLevel > HLSFlowDynamicIRLevel::Rtl) {
llvm::errs() << "Invalid IR input level: " << irInputLevel << "\n";