diff options
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/lib/CodeGen/SelectionDAG/Makefile b/llvm/lib/CodeGen/SelectionDAG/Makefile index b235e1311e8..185222ade98 100644 --- a/llvm/lib/CodeGen/SelectionDAG/Makefile +++ b/llvm/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 | 

