From 82846eae0a7793c8650d786617fed72e57d167c8 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Sat, 14 Jan 2012 09:08:15 +0000 Subject: [PATCH] Remove a redundant word. llvm-svn: 148179 --- clang/lib/CodeGen/CodeGenFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 2576fed88db8..e55732a840cc 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1137,7 +1137,7 @@ private: }; SmallVector 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;