diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:57:10 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:57:10 +0000 |
| commit | a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184 (patch) | |
| tree | dc7a4a2b21e7ad3ba01c2d7383031f9bf1aac7b9 /clang/lib/CodeGen/TargetInfo.cpp | |
| parent | b6879ce94cd24e4d76e60ad52c648edb5af221a5 (diff) | |
| download | bcm5719-llvm-a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184.tar.gz bcm5719-llvm-a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184.zip | |
Fix a typo 'iff' => 'if'
llvm-svn: 164766
Diffstat (limited to 'clang/lib/CodeGen/TargetInfo.cpp')
| -rw-r--r-- | clang/lib/CodeGen/TargetInfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/TargetInfo.cpp b/clang/lib/CodeGen/TargetInfo.cpp index 419ce022e55..15ccfd50fc8 100644 --- a/clang/lib/CodeGen/TargetInfo.cpp +++ b/clang/lib/CodeGen/TargetInfo.cpp @@ -109,7 +109,7 @@ bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays); -/// isEmptyField - Return true iff a the field is "empty", that is it +/// isEmptyField - Return true if a the field is "empty", that is it /// is an unnamed bit-field or an (array of) empty record(s). static bool isEmptyField(ASTContext &Context, const FieldDecl *FD, bool AllowArrays) { @@ -141,7 +141,7 @@ static bool isEmptyField(ASTContext &Context, const FieldDecl *FD, return isEmptyRecord(Context, FT, AllowArrays); } -/// isEmptyRecord - Return true iff a structure contains only empty +/// isEmptyRecord - Return true if a structure contains only empty /// fields. Note that a structure with a flexible array member is not /// considered empty. static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { @@ -1070,7 +1070,7 @@ class X86_64ABIInfo : public ABIInfo { /// be passed in Memory then at least the classification of \arg Lo /// will be Memory. /// - /// The \arg Lo class will be NoClass iff the argument is ignored. + /// The \arg Lo class will be NoClass if the argument is ignored. /// /// If the \arg Lo class is ComplexX87, then the \arg Hi class will /// also be ComplexX87. |

