Skip to content

Commit c936e00

Browse files
committed
clang-format
1 parent 7af9e5e commit c936e00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/include/llvm/CodeGen/MIRParser/MIParser.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ class TargetRegisterClass;
3737
class TargetSubtargetInfo;
3838

3939
struct VRegInfo {
40-
enum : uint8_t {
41-
UNKNOWN, NORMAL, GENERIC, REGBANK
42-
} Kind = UNKNOWN;
40+
enum : uint8_t { UNKNOWN, NORMAL, GENERIC, REGBANK } Kind = UNKNOWN;
4341
bool Explicit = false; ///< VReg was explicitly specified in the .mir file.
4442
union {
4543
const TargetRegisterClass *RC;

0 commit comments

Comments
 (0)