Skip to content

Commit

Permalink
Fix compilation error after merge (#587)
Browse files Browse the repository at this point in the history
Caused by an undetected conflict between #556 and #547
  • Loading branch information
lthls committed Mar 22, 2022
1 parent dec2aa1 commit 0edeea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/arm64/arch.ml
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,4 @@ let is_pure_specific : specific_operation -> bool = function
| Isqrtf -> true
| Ibswap _ -> true
| Imove32 -> true
| Isignext _ -> true

0 comments on commit 0edeea7

Please sign in to comment.