mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Allow dead code for ConditionCode
This commit is contained in:
parent
63164b70a0
commit
e6026ec1f9
1 changed files with 1 additions and 0 deletions
|
@ -1254,6 +1254,7 @@ impl ArithmeticShifted {
|
|||
|
||||
// ARM manual section C1.2.4
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
#[allow(dead_code)]
|
||||
enum ConditionCode {
|
||||
EQ = 0b0000,
|
||||
NE = 0b0001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue