]> granicus.if.org Git - clang/commitdiff
Remove a redundant word.
authorZhongxing Xu <xuzhongxing@foxmail.com>
Sat, 14 Jan 2012 09:08:15 +0000 (09:08 +0000)
committerZhongxing Xu <xuzhongxing@foxmail.com>
Sat, 14 Jan 2012 09:08:15 +0000 (09:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148179 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.h

index 2576fed88db803d0133f69f79aea0ce53cade372..e55732a840cc80efabe64e7203b7a59190b31b90 100644 (file)
@@ -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;