Fix a buildbot warning [nfc]

This commit is contained in:
Philip Reames 2022-05-03 14:40:20 -07:00
parent 1abcdc677c
commit 2982d0032b
1 changed files with 3 additions and 2 deletions

View File

@ -393,7 +393,6 @@ public:
print(dbgs());
dbgs() << "\n";
}
#endif
/// Implement operator<<.
/// @{
@ -417,13 +416,15 @@ public:
<< "ScalarMovOp=" << (bool)ScalarMovOp << ", "
<< "SEWLMULRatioOnly=" << (bool)SEWLMULRatioOnly << "}";
}
#endif
};
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
inline raw_ostream &operator<<(raw_ostream &OS, const VSETVLIInfo &V) {
V.print(OS);
return OS;
}
#endif
struct BlockData {
// The VSETVLIInfo that represents the net changes to the VL/VTYPE registers