Skip to content

Commit bd1b636

Browse files
committed
fixup! clang-format
1 parent 6adf6d3 commit bd1b636

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/RISCV/RISCVSubtarget.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
186186
return HasStdExtZfhmin || HasStdExtZfbfmin;
187187
}
188188

189-
bool hasBEXTILike() const {
190-
return HasStdExtZbs || HasVendorXTHeadBs;
191-
}
189+
bool hasBEXTILike() const { return HasStdExtZbs || HasVendorXTHeadBs; }
192190

193191
bool hasCZEROLike() const {
194192
return HasStdExtZicond || HasVendorXVentanaCondOps;

0 commit comments

Comments
 (0)