From a9f483631317e46e3e9f61a0982b7c442e3ce6a1 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 1 Apr 2009 21:37:19 +0000 Subject: [PATCH] Fixed file header comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68250 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 481c1ea7b5f..0afb0021757 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,10 +1,10 @@ -##===- tools/opt/Makefile ------------------------------*- Makefile -*-===## -# +##===- tools/opt/Makefile ----------------------------------*- Makefile -*-===## +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = opt -- 2.34.1