From 9dff83dfb082e20ee3940980dea0c7531c3f48e2 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 20 Mar 2013 18:25:12 +0000 Subject: [PATCH] Remove blank line before block comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177550 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineBranchProbabilityInfo.h | 1 - 1 file changed, 1 deletion(-) 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