[cfe-commits] r148179 - /cfe/trunk/lib/CodeGen/CodeGenFunction.h

Zhongxing Xu xuzhongxing at foxmail.com
Sat Jan 14 01:08:15 PST 2012


Author: zhongxingxu
Date: Sat Jan 14 03:08:15 2012
New Revision: 148179

URL: http://llvm.org/viewvc/llvm-project?rev=148179&view=rev
Log:
Remove a redundant word.

Modified:
    cfe/trunk/lib/CodeGen/CodeGenFunction.h

Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.h?rev=148179&r1=148178&r2=148179&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Sat Jan 14 03:08:15 2012
@@ -1137,7 +1137,7 @@
   };
   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;
 





More information about the cfe-commits mailing list