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 | 170fd49294b85ab10f820721d99ff9d109c7230d (patch) | |
tree | eba2fde6b7ba53250f5ac8657a41464c41779912 /lib/CodeGen/CodeGenFunction.h | |
parent | 2d6a5670465cb3f1d811695a9f23e372508240d2 (diff) |
Remove a redundant word.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 2576fed88d..e55732a840 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/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; |