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/CodeGenFunction.h | |
| 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/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index fc930ec158b..a31a64e6cc1 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -583,7 +583,7 @@ public: JumpDest ReturnBlock; /// ReturnValue - The temporary alloca to hold the return value. This is null - /// iff the function has no return value. + /// if the function has no return value. llvm::Value *ReturnValue; /// AllocaInsertPoint - This is an instruction in the entry block before which @@ -1655,7 +1655,7 @@ public: /// EmitAggregateCopy - Emit an aggrate copy. /// - /// \param isVolatile - True iff either the source or the destination is + /// \param isVolatile - True if either the source or the destination is /// volatile. void EmitAggregateCopy(llvm::Value *DestPtr, llvm::Value *SrcPtr, QualType EltTy, bool isVolatile=false, |

