Commit 9b5857a
authored
[X86] Fix parentheses for clarity in X86ISelLowering.cpp (#121954)
fixes #121908
This pull request resolves issue #121908 by adding proper parentheses in
X86ISelLowering.cpp to follow operator precedence rules. This change
ensures better code clarity and avoids ambiguity.1 parent 1ac52ec commit 9b5857a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42431 | 42431 | | |
42432 | 42432 | | |
42433 | 42433 | | |
42434 | | - | |
| 42434 | + | |
42435 | 42435 | | |
42436 | 42436 | | |
42437 | 42437 | | |
| |||
0 commit comments