[cfe-commits] r154383 - /cfe/trunk/lib/CodeGen/CGStmt.cpp
Eric Christopher
echristo at apple.com
Mon Apr 9 22:04:04 PDT 2012
Author: echristo
Date: Tue Apr 10 00:04:04 2012
New Revision: 154383
URL: http://llvm.org/viewvc/llvm-project?rev=154383&view=rev
Log:
Tidy.
Modified:
cfe/trunk/lib/CodeGen/CGStmt.cpp
Modified: cfe/trunk/lib/CodeGen/CGStmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGStmt.cpp?rev=154383&r1=154382&r2=154383&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGStmt.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGStmt.cpp Tue Apr 10 00:04:04 2012
@@ -1178,8 +1178,8 @@
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;
More information about the cfe-commits
mailing list