Skip to content

Commit 30e248c

Browse files
committed
Clang format
1 parent a0b56b6 commit 30e248c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

llvm/lib/Target/NVPTX/NVPTX.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,7 @@ enum FromType {
196196
Float,
197197
Untyped
198198
};
199-
enum VecType {
200-
Scalar = 1,
201-
V2 = 2,
202-
V4 = 4,
203-
V8 = 8
204-
};
199+
enum VecType { Scalar = 1, V2 = 2, V4 = 4, V8 = 8 };
205200
} // namespace PTXLdStInstCode
206201

207202
/// PTXCvtMode - Conversion code enumeration

0 commit comments

Comments
 (0)