aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-03-20 18:25:12 +0000
committerEric Christopher <echristo@gmail.com>2013-03-20 18:25:12 +0000
commit9dff83dfb082e20ee3940980dea0c7531c3f48e2 (patch)
tree7f809b5b907e86580765ca791712a02fa096749d /include
parent3fac43d8b4111feca59d77941ac2ebd1f858dd33 (diff)
downloadexternal_llvm-9dff83dfb082e20ee3940980dea0c7531c3f48e2.zip
external_llvm-9dff83dfb082e20ee3940980dea0c7531c3f48e2.tar.gz
external_llvm-9dff83dfb082e20ee3940980dea0c7531c3f48e2.tar.bz2
Remove blank line before block comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineBranchProbabilityInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineBranchProbabilityInfo.h b/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
index 1c9bdd9..98dd03b 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