diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 10:16:10 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 10:16:10 +0000 |
commit | 33b5baf189bc2d866d69c1c81908d2b37dce79ad (patch) | |
tree | 0cc0210d5e5cb11c0164c7e3f40e7d6cfc2d61dc /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 91ce36c98668d1f3be0fe4a3b92aba86556c949f (diff) | |
download | bcm5719-llvm-33b5baf189bc2d866d69c1c81908d2b37dce79ad.tar.gz bcm5719-llvm-33b5baf189bc2d866d69c1c81908d2b37dce79ad.zip |
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766
llvm-svn: 164769
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 a31a64e6cc1..fc930ec158b 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 - /// if the function has no return value. + /// iff 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 if either the source or the destination is + /// \param isVolatile - True iff either the source or the destination is /// volatile. void EmitAggregateCopy(llvm::Value *DestPtr, llvm::Value *SrcPtr, QualType EltTy, bool isVolatile=false, |