Skip to content

Commit fb0039c

Browse files
Update mlir/lib/ExecutionEngine/ExecutionEngine.cpp
Co-authored-by: Mehdi Amini <[email protected]>
1 parent b72476c commit fb0039c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/lib/ExecutionEngine/ExecutionEngine.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,8 @@ Error ExecutionEngine::invokePacked(StringRef name,
449449
}
450450

451451
void ExecutionEngine::initialize() {
452-
if (isInitialized) {
452+
if (isInitialized)
453453
return;
454-
}
455454
// TODO: Allow JIT initialize for AArch64. Currently there's a bug causing a
456455
// crash for AArch64 see related issue #71963.
457456
if (!jit->getTargetTriple().isAArch64())

0 commit comments

Comments
 (0)