git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352191
91177308-0d34-0410-b5e6-
96231b3b80d8
// would require an agreement on the type of registers with the
// target. Currently createVRegs just uses scalar types, and expects the
// target code to replace this type (which we won't know about here)
- assert(RegTy.isScalar() ||
- (RegTy.getNumElements() == ValMapping.NumBreakDowns) &&
+ assert((RegTy.isScalar() ||
+ RegTy.getNumElements() == ValMapping.NumBreakDowns) &&
"only basic vector breakdowns currently supported");
if (MO.isDef()) {