diff options
| author | Alp Toker <alp@nuanti.com> | 2014-07-09 14:06:35 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-07-09 14:06:35 +0000 |
| commit | 9907f08e619aad20a6bdd1247fdef46520896840 (patch) | |
| tree | cc89330556817e7a7aa690aa107218115cfd0c41 /clang/lib/CodeGen | |
| parent | 61dad75b10a2ba971fd11b22de382442bbd23ea8 (diff) | |
| download | bcm5719-llvm-9907f08e619aad20a6bdd1247fdef46520896840.tar.gz bcm5719-llvm-9907f08e619aad20a6bdd1247fdef46520896840.zip | |
Fix 'source-level' hyphenations
llvm-svn: 212621
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 | ||||
| -rw-r--r-- | clang/lib/CodeGen/TargetInfo.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 3c7efb9ff96..fc3f434991f 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This is the source level debug info generator for llvm translation. +// This is the source-level debug info generator for llvm translation. // //===----------------------------------------------------------------------===// diff --git a/clang/lib/CodeGen/TargetInfo.cpp b/clang/lib/CodeGen/TargetInfo.cpp index a499acde08c..44e001ceb6d 100644 --- a/clang/lib/CodeGen/TargetInfo.cpp +++ b/clang/lib/CodeGen/TargetInfo.cpp @@ -2083,7 +2083,7 @@ GetSSETypeAtOffset(llvm::Type *IRType, unsigned IROffset, /// the source type. IROffset is an offset in bytes into the LLVM IR type that /// the 8-byte value references. PrefType may be null. /// -/// SourceTy is the source level type for the entire argument. SourceOffset is +/// SourceTy is the source-level type for the entire argument. SourceOffset is /// an offset into this that we're processing (which is always either 0 or 8). /// llvm::Type *X86_64ABIInfo:: |

