================ @@ -1136,4 +1162,4 @@ void KnownBits::print(raw_ostream &OS) const { void KnownBits::dump() const { print(dbgs()); dbgs() << "\n"; -} +} ---------------- jayfoad wrote: Missing newline at end of file. https://github.com/llvm/llvm-project/pull/86445