diff options
author | Eric Christopher <echristo@gmail.com> | 2013-09-03 21:57:50 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-09-03 21:57:50 +0000 |
commit | b86e2ad8190c8b70d2ee35bcc0faceae56e19637 (patch) | |
tree | 580b2202ebd063fa14b52c348196ba6dc59e2fd1 /llvm | |
parent | b9921df29c365edc38b5d67de2542b3dbc702e59 (diff) | |
download | bcm5719-llvm-b86e2ad8190c8b70d2ee35bcc0faceae56e19637.tar.gz bcm5719-llvm-b86e2ad8190c8b70d2ee35bcc0faceae56e19637.zip |
Sentences end with periods.
llvm-svn: 189861
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIEHash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h index 8a40818cd3b..f98b56dd73b 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h +++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h @@ -81,10 +81,10 @@ class DIEHash { }; public: - /// \brief Computes the ODR signature + /// \brief Computes the ODR signature. uint64_t computeDIEODRSignature(DIE *Die); - /// \brief Computes the CU signature + /// \brief Computes the CU signature. uint64_t computeCUSignature(DIE *Die); // Helper routines to process parts of a DIE. |