]> granicus.if.org Git - clang/commitdiff
Comment/indentation fix.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 12 Nov 2008 10:12:14 +0000 (10:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 12 Nov 2008 10:12:14 +0000 (10:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59127 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.h

index 3489b782398e354317e58a89a63730d11d058a2b..21d8f4f6ed235f2090c213bfd8ae7f4a977a94de 100644 (file)
@@ -575,7 +575,7 @@ public:
   /// 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 @@ public:
   /// 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