From: Eric Christopher Date: Wed, 20 Mar 2013 18:25:12 +0000 (+0000) Subject: Remove blank line before block comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9dff83dfb082e20ee3940980dea0c7531c3f48e2;p=oota-llvm.git Remove blank line before block comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177550 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineBranchProbabilityInfo.h b/include/llvm/CodeGen/MachineBranchProbabilityInfo.h index 1c9bdd954c3..98dd03b45cf 100644 --- a/include/llvm/CodeGen/MachineBranchProbabilityInfo.h +++ b/include/llvm/CodeGen/MachineBranchProbabilityInfo.h @@ -1,4 +1,3 @@ - //==- MachineBranchProbabilityInfo.h - Machine Branch Probability Analysis -==// // // The LLVM Compiler Infrastructure