forked from OSchip/llvm-project
Fix a buildbot warning [nfc]
This commit is contained in:
parent
1abcdc677c
commit
2982d0032b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue