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 | 9b8f542e2746b28721b3ec603c3aaaa10ea708fc (patch) | |
tree | eef93b0e196836f47b0b47dcd948342c65135bf3 /lib/CodeGen | |
parent | afa2259e36960b01f9861aec031fafaf63e1fdf2 (diff) | |
download | external_llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.gz external_llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.bz2 external_llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.zip |
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 c11f42647d..cb5b3f6c59 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 29158e2dde..4ab3e3c001 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 b235e1311e..185222ade9 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 |