[cfe-commits] r59127 - /cfe/trunk/lib/CodeGen/CodeGenFunction.h

Daniel Dunbar daniel at zuster.org
Wed Nov 12 02:12:14 PST 2008


Author: ddunbar
Date: Wed Nov 12 04:12:14 2008
New Revision: 59127

URL: http://llvm.org/viewvc/llvm-project?rev=59127&view=rev
Log:
Comment/indentation fix.

Modified:
    cfe/trunk/lib/CodeGen/CodeGenFunction.h

Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.h?rev=59127&r1=59126&r2=59127&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Wed Nov 12 04:12:14 2008
@@ -575,7 +575,7 @@
   /// that we can just remove the code.
   static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);
   
-  /// ConstantFoldsToSimpleInteger - If the sepcified expression does not fold
+  /// ConstantFoldsToSimpleInteger - If the specified expression does not fold
   /// to a constant, or if it does but contains a label, return 0.  If it
   /// constant folds to 'true' and does not contain a label, return 1, if it
   /// constant folds to 'false' and does not contain a label, return -1.
@@ -586,7 +586,7 @@
   /// try to simplify the codegen of the conditional based on the branch.
   ///
   void EmitBranchOnBoolExpr(const Expr *Cond, llvm::BasicBlock *TrueBlock,
-                          llvm::BasicBlock *FalseBlock);
+                            llvm::BasicBlock *FalseBlock);
 private:
   
   /// EmitIndirectSwitches - Emit code for all of the switch





More information about the cfe-commits mailing list