Skip to content

Commit 866f55b

Browse files
committed
Use clang-format to format ../../core/iwasm/compilation/aot_emit_compare.c
1 parent 9458e96 commit 866f55b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/iwasm/compilation/aot_emit_compare.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ aot_compile_op_f64_compare(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
204204
POP_F64(lhs);
205205

206206
if (comp_ctx->disable_llvm_intrinsics
207-
&& aot_intrinsic_check_capability(comp_ctx, "f64_cmp")
208-
) {
207+
&& aot_intrinsic_check_capability(comp_ctx, "f64_cmp")) {
209208
LLVMTypeRef param_types[3];
210209
LLVMValueRef opcond = LLVMConstInt(I32_TYPE, cond, true);
211210
param_types[0] = I32_TYPE;

0 commit comments

Comments
 (0)