[llvm-commits] [llvm] r74495 - /llvm/trunk/include/llvm/CodeGen/ValueTypes.h

Dan Gohman gohman at apple.com
Mon Jun 29 18:29:09 PDT 2009


Author: djg
Date: Mon Jun 29 20:29:09 2009
New Revision: 74495

URL: http://llvm.org/viewvc/llvm-project?rev=74495&view=rev
Log:
Delete a spurious blank line at the top of the file.

Modified:
    llvm/trunk/include/llvm/CodeGen/ValueTypes.h

Modified: llvm/trunk/include/llvm/CodeGen/ValueTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ValueTypes.h?rev=74495&r1=74494&r2=74495&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ValueTypes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ValueTypes.h Mon Jun 29 20:29:09 2009
@@ -1,4 +1,3 @@
-
 //===- CodeGen/ValueTypes.h - Low-Level Target independ. types --*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure





More information about the llvm-commits mailing list