diff options
author | Zhongxing Xu <xuzhongxing@foxmail.com> | 2012-01-14 09:08:15 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@foxmail.com> | 2012-01-14 09:08:15 +0000 |
commit | 82846eae0a7793c8650d786617fed72e57d167c8 (patch) | |
tree | f8a061baa21a16410edef4772848cf300e7c52f3 /clang/lib/CodeGen | |
parent | dafff947599e3e397d39bc3ee3c36e51f34c1375 (diff) | |
download | bcm5719-llvm-82846eae0a7793c8650d786617fed72e57d167c8.tar.gz bcm5719-llvm-82846eae0a7793c8650d786617fed72e57d167c8.zip |
Remove a redundant word.
llvm-svn: 148179
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 2576fed88db..e55732a840c 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1137,7 +1137,7 @@ private: }; SmallVector<BreakContinue, 8> BreakContinueStack; - /// SwitchInsn - This is nearest current switch instruction. It is null if if + /// SwitchInsn - This is nearest current switch instruction. It is null if /// current context is not in a switch. llvm::SwitchInst *SwitchInsn; |