From 9b27622ecb00a4e4b23fe501d11f344c7b9ba7ed Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 30 Jun 2009 01:29:09 +0000 Subject: [PATCH] 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 --- include/llvm/CodeGen/ValueTypes.h | 1 - 1 file changed, 1 deletion(-) 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