Remove a redundant word.

llvm-svn: 148179
This commit is contained in:
Zhongxing Xu 2012-01-14 09:08:15 +00:00
parent dafff94759
commit 82846eae0a
1 changed files with 1 additions and 1 deletions

View 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;