aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-30 01:29:09 +0000
committerDan Gohman <gohman@apple.com>2009-06-30 01:29:09 +0000
commit9b27622ecb00a4e4b23fe501d11f344c7b9ba7ed (patch)
tree7cbc81e382524ca4143556c13949c0d1b7e74cd8
parent670031666cf4dea0d122a0df2ec1d18822c225e4 (diff)
Delete a spurious blank line at the top of the file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74495 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/ValueTypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h
index 1f1c9a243a..e661c58940 100644
--- a/include/llvm/CodeGen/ValueTypes.h
+++ b/include/llvm/CodeGen/ValueTypes.h
@@ -1,4 +1,3 @@
-
//===- CodeGen/ValueTypes.h - Low-Level Target independ. types --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure