Skip to content

Commit 37585cd

Browse files
committed
Add standard "end anonymous namespace" comment. NFC.
Thanks, Michael.
1 parent d5642f7 commit 37585cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/IRGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class MD5Stream : public llvm::raw_ostream {
270270
Hash.final(Result);
271271
}
272272
};
273-
}
273+
} // end anonymous namespace
274274

275275
/// Computes the MD5 hash of the llvm \p Module including the compiler version
276276
/// and options which influence the compilation.

0 commit comments

Comments
 (0)