From cdbde6973afd68f4675a79872a81fe1108f4d23f Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 10 Apr 2012 05:04:04 +0000 Subject: Tidy. llvm-svn: 154383 --- clang/lib/CodeGen/CGStmt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/lib/CodeGen/CGStmt.cpp') diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp index 670167b9590..e82a15ef777 100644 --- a/clang/lib/CodeGen/CGStmt.cpp +++ b/clang/lib/CodeGen/CGStmt.cpp @@ -1178,8 +1178,8 @@ void CodeGenFunction::EmitSwitchStmt(const SwitchStmt &S) { for (unsigned i = 0, e = CaseStmts.size(); i != e; ++i) EmitStmt(CaseStmts[i]); - // Now we want to restore the saved switch instance so that nested switches - // continue to function properly + // Now we want to restore the saved switch instance so that nested + // switches continue to function properly SwitchInsn = SavedSwitchInsn; return; -- cgit v1.2.3