[RISCV][NFC] Minor formatting fix
authorFraser Cormack <fraser@codeplay.com>
Thu, 31 Mar 2022 15:15:16 +0000 (16:15 +0100)
committerFraser Cormack <fraser@codeplay.com>
Thu, 31 Mar 2022 15:15:22 +0000 (16:15 +0100)
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h

index ac6dc2476329d2812cd32da70af205e67d4ee773..5826a2c2a4ef45c48aff335e3f14e1cfd962f193 100644 (file)
@@ -128,8 +128,8 @@ static inline unsigned getFormat(uint64_t TSFlags) {
 }
 /// \returns the constraint for the instruction.
 static inline VConstraintType getConstraint(uint64_t TSFlags) {
-  return static_cast<VConstraintType>
-             ((TSFlags & ConstraintMask) >> ConstraintShift);
+  return static_cast<VConstraintType>((TSFlags & ConstraintMask) >>
+                                      ConstraintShift);
 }
 /// \returns the LMUL for the instruction.
 static inline VLMUL getLMul(uint64_t TSFlags) {