Skip to content

Commit 5e97820

Browse files
Shahab Vahediartemiy-volkov
authored andcommitted
[MD] Swap dst and src for sign extend
Signed-off-by: Shahab Vahedi <[email protected]>
1 parent 023e91c commit 5e97820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/config/arc64/arc64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ unknown, xor, xorl"
727727
]
728728
""
729729
"@
730-
sex<exttab>l\\t%1,%0
730+
sex<exttab>l\\t%0,%1
731731
ld<sfxtab>.x%U1\\t%0,[%1]"
732732
[(set_attr "type" "sex,ld")
733733
(set_attr "length" "4,*")]

0 commit comments

Comments
 (0)