From 170fd49294b85ab10f820721d99ff9d109c7230d 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148179 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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; -- 2.40.0