summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/mistranslation/1625987
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/mistranslation/1625987')
-rw-r--r--results/classifier/deepseek-2-tmp/output/mistranslation/162598712
1 files changed, 0 insertions, 12 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/mistranslation/1625987 b/results/classifier/deepseek-2-tmp/output/mistranslation/1625987
deleted file mode 100644
index ce40737e..00000000
--- a/results/classifier/deepseek-2-tmp/output/mistranslation/1625987
+++ /dev/null
@@ -1,12 +0,0 @@
-
-target-arm/translate-a64.c:2028: possible coding error ?
-
-target-arm/translate-a64.c:2028:37: warning: ?: using integer constants in boolean context [-Wint-in-bool-context]
-
-Source code is
-
-        bool iss_sf = opc == 0 ? 32 : 64;
-
-Maybe better code
-
-        bool iss_sf = (opc == 0) ? 32 : 64;
\ No newline at end of file