Skip to content

Commit f28592b

Browse files
committed
fixup! clang-format
1 parent abee030 commit f28592b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ struct DemandedFields {
218218
bool VLZeroness = false;
219219
// What properties of SEW we need to preserve.
220220
enum : uint8_t {
221-
SEWEqual = 3, // The exact value of SEW needs to be preserved.
221+
SEWEqual = 3, // The exact value of SEW needs to be preserved.
222222
SEWGreaterThanOrEqualAndLessThan64 =
223-
2, // SEW can be changed as long as it's greater
224-
// than or equal to the original value, but must be less
225-
// than 64.
223+
2, // SEW can be changed as long as it's greater
224+
// than or equal to the original value, but must be less
225+
// than 64.
226226
SEWGreaterThanOrEqual = 1, // SEW can be changed as long as it's greater
227227
// than or equal to the original value.
228-
SEWNone = 0 // We don't need to preserve SEW at all.
228+
SEWNone = 0 // We don't need to preserve SEW at all.
229229
} SEW = SEWNone;
230230
enum : uint8_t {
231231
LMULEqual = 2, // The exact value of LMUL needs to be preserved.

0 commit comments

Comments
 (0)