summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-03 21:57:50 +0000
committerEric Christopher <echristo@gmail.com>2013-09-03 21:57:50 +0000
commit41627cf813afae89b23b0570bcd2f99a545f9eea (patch)
tree75de1978bec08a0bbf8e6f0065e4c7106b9d7368
parent7b15c0afc1403c451e32d6ae4ecc43a83af496be (diff)
downloadllvm-41627cf813afae89b23b0570bcd2f99a545f9eea.tar.gz
llvm-41627cf813afae89b23b0570bcd2f99a545f9eea.tar.bz2
llvm-41627cf813afae89b23b0570bcd2f99a545f9eea.tar.xz
Sentences end with periods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189861 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/DIEHash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIEHash.h b/lib/CodeGen/AsmPrinter/DIEHash.h
index 8a40818cd3..f98b56dd73 100644
--- a/lib/CodeGen/AsmPrinter/DIEHash.h
+++ b/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.