From: Dan Gohman Date: Tue, 30 Jun 2009 01:29:09 +0000 (+0000) Subject: Delete a spurious blank line at the top of the file. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9b27622ecb00a4e4b23fe501d11f344c7b9ba7ed;p=oota-llvm.git 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 --- diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index 1f1c9a243a6..e661c58940e 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