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 | 94ff8e1f57c6382d91d0de981a4f311509d83e37 (patch) | |
tree | eb4d5bfaa1d965936217836ef85abf9e146baab7 /lib/CodeGen/CodeGenFunction.h | |
parent | 7836011482bc26dfebf15df4fd993d07b607fbcf (diff) |
Fix a typo 'iff' => 'if'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164766 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index fc930ec158..a31a64e6cc 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/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, |