[cfe-commits] r64030 - /cfe/trunk/lib/CodeGen/CGStmt.cpp
Mike Stump
mrs at apple.com
Sat Feb 7 12:14:12 PST 2009
Author: mrs
Date: Sat Feb 7 14:14:12 2009
New Revision: 64030
URL: http://llvm.org/viewvc/llvm-project?rev=64030&view=rev
Log:
Format for 80-cols.
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=64030&r1=64029&r2=64030&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGStmt.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGStmt.cpp Sat Feb 7 14:14:12 2009
@@ -466,8 +466,8 @@
EmitBlock(CondBlock);
- // Evaluate the condition if present. If not, treat it as a non-zero-constant
- // according to 6.8.5.3p2, aka, true.
+ // Evaluate the condition if present. If not, treat it as a
+ // non-zero-constant according to 6.8.5.3p2, aka, true.
if (S.getCond()) {
// As long as the condition is true, iterate the loop.
llvm::BasicBlock *ForBody = createBasicBlock("for.body");
More information about the cfe-commits
mailing list