spelling: optimizer

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-04-17 15:40:07 -04:00
committed by Josh Soref
parent 6c79195119
commit 4eae57f63d

View File

@@ -100,7 +100,7 @@ def function_bug_reducer(input_file, nm, sil_opt_invoker, sil_extract_invoker,
print("Base case crashes! Trying to reduce *.sib file")
# Otherwise, reduce the list of pases that cause the optimzier to crash.
# Otherwise, reduce the list of pases that cause the optimizer to crash.
tester = OptimizerTester(sil_opt_invoker, pass_list)
r = ReduceMiscompilingFunctions(functions, sil_extract_invoker,
tester)