Landing: 7a5bee01193e

Project / Subsystem

gcc / i386

Date

2026-05-14

Author

Richard Sandiford

Commit

7a5bee01193e5b06ea9c4154ec168351c7b93bb1

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
i386
patch_id
commit_hash
7a5bee01193e5b06ea9c4154ec168351c7b93bb1
source_type
github
headline
Avoid always-true condition in ix86_function_arg
tldr
Removed redundant conditional check in i386 function argument handling.
author
Richard Sandiford
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • i386
  • refactor
discussion_id_link
bugzilla_pr
date
2026-05-14T00:00:00.000Z

This commit simplifies the ix86_function_arg function by removing a redundant conditional expression. The check was always evaluating to true because the function always receives a cumulative argument structure, making the condition unnecessary.