File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -1439,13 +1439,12 @@ void goto_convertt::do_function_call_symbol(
1439
1439
1440
1440
// void __sync_lock_release (type *ptr, ...)
1441
1441
}
1442
- else if (identifier==" __builtin_isgreater" ||
1443
- identifier==" __builtin_isgreater" ||
1444
- identifier==" __builtin_isgreaterequal" ||
1445
- identifier==" __builtin_isless" ||
1446
- identifier==" __builtin_islessequal" ||
1447
- identifier==" __builtin_islessgreater" ||
1448
- identifier==" __builtin_isunordered" )
1442
+ else if (
1443
+ identifier == " __builtin_isgreater" ||
1444
+ identifier == " __builtin_isgreaterequal" ||
1445
+ identifier == " __builtin_isless" || identifier == " __builtin_islessequal" ||
1446
+ identifier == " __builtin_islessgreater" ||
1447
+ identifier == " __builtin_isunordered" )
1449
1448
{
1450
1449
// these support two double or two float arguments; we call the
1451
1450
// appropriate internal version
You can’t perform that action at this time.
0 commit comments