diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
commit | e025bcca322301af5c4a5178b1a64080cb900ec1 (patch) | |
tree | eef93b0e196836f47b0b47dcd948342c65135bf3 /lib/CodeGen | |
parent | 3e6bf9ad0a5bd5f396117a2e3dd6394488fae763 (diff) | |
download | external_llvm-e025bcca322301af5c4a5178b1a64080cb900ec1.zip external_llvm-e025bcca322301af5c4a5178b1a64080cb900ec1.tar.gz external_llvm-e025bcca322301af5c4a5178b1a64080cb900ec1.tar.bz2 |
Removed trailing whitespace from Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/AsmPrinter/Makefile | 4 | ||||
-rw-r--r-- | lib/CodeGen/Makefile | 4 | ||||
-rw-r--r-- | lib/CodeGen/SelectionDAG/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/CodeGen/AsmPrinter/Makefile b/lib/CodeGen/AsmPrinter/Makefile index c11f426..cb5b3f6 100644 --- a/lib/CodeGen/AsmPrinter/Makefile +++ b/lib/CodeGen/AsmPrinter/Makefile @@ -1,10 +1,10 @@ ##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. LIBRARYNAME = LLVMAsmPrinter diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 29158e2..4ab3e3c 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -1,10 +1,10 @@ ##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../.. diff --git a/lib/CodeGen/SelectionDAG/Makefile b/lib/CodeGen/SelectionDAG/Makefile index b235e13..185222a 100644 --- a/lib/CodeGen/SelectionDAG/Makefile +++ b/lib/CodeGen/SelectionDAG/Makefile @@ -1,10 +1,10 @@ ##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. LIBRARYNAME = LLVMSelectionDAG |