]> granicus.if.org Git - clang/commitdiff
Tidy.
authorEric Christopher <echristo@apple.com>
Tue, 10 Apr 2012 05:04:04 +0000 (05:04 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 10 Apr 2012 05:04:04 +0000 (05:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154383 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGStmt.cpp

index 670167b9590990687be44b8a14906e6b2f72cb46..e82a15ef777fe3bfe5d78cfcdefc81ff2c2ec9f9 100644 (file)
@@ -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;