Skip to content

Commit 46a95d6

Browse files
committed
Fix clang-format errors
1 parent f62c7d4 commit 46a95d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -497,12 +497,12 @@ inline static bool isValidRoundingMode(unsigned Mode) {
497497

498498
namespace RISCVExceptFlags {
499499
enum ExceptionFlag {
500-
NX = 0x01, // Inexact
501-
UF = 0x02, // Underflow
502-
OF = 0x04, // Overflow
503-
DZ = 0x08, // Divide by zero
504-
NV = 0x10, // Invalid operation
505-
ALL = 0x1F // Mask for all accrued exception flags
500+
NX = 0x01, // Inexact
501+
UF = 0x02, // Underflow
502+
OF = 0x04, // Overflow
503+
DZ = 0x08, // Divide by zero
504+
NV = 0x10, // Invalid operation
505+
ALL = 0x1F // Mask for all accrued exception flags
506506
};
507507
}
508508

0 commit comments

Comments
 (0)