From ceaee81a02839083d093c60c1af4396b33fa7894 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 2 Mar 2022 16:11:43 -0500 Subject: [PATCH] Fix the whitespace CI job (#44415) --- src/jitlayers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jitlayers.cpp b/src/jitlayers.cpp index 75b1116a12d9f..5d19deaba1c71 100644 --- a/src/jitlayers.cpp +++ b/src/jitlayers.cpp @@ -492,7 +492,7 @@ OptimizerResultT JuliaOJIT::OptimizerT::operator()(orc::ThreadSafeModule TSM, or } JL_TIMING(LLVM_OPT); - + PM.run(M); uint64_t end_time = 0;