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/TargetInfo.cpp | |
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/TargetInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/TargetInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |