<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,10 @@
 #===-- Makefile.common - Common make rules for LLVM --------*- Makefile -*--===#
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source
 # License. See LICENSE.TXT for details.
-# 
+#
 #===------------------------------------------------------------------------===#
 #
 # This file is included by all of the LLVM makefiles.  This file defines common
@@ -15,8 +15,8 @@
 # The following functionality can be set by setting incoming variables.
 # The variable $(LEVEL) *must* be set:
 #
-# 1. LEVEL - The level of the current subdirectory from the top of the 
-#    source directory.  This level should be expressed as a path, for 
+# 1. LEVEL - The level of the current subdirectory from the top of the
+#    source directory.  This level should be expressed as a path, for
 #    example, ../.. for two levels deep.
 #
 # 2. DIRS - A list of subdirectories to be built.  Fake targets are set up
@@ -29,7 +29,7 @@
 #    built, which are then built in any order.
 #
 # 4. Source - If specified, this sets the source code filenames.  If this
-#    is not set, it defaults to be all of the .cpp, .c, .y, and .l files 
+#    is not set, it defaults to be all of the .cpp, .c, .y, and .l files
 #    in the current directory.  Also, if you want to build files in addition
 #    to the local files, you can use the ExtraSource variable
 #
@@ -56,7 +56,7 @@
 
 #
 # Configuration file to set paths specific to local installation of LLVM
-# 
+#
 ifndef LLVM_OBJ_ROOT
 include $(LEVEL)/Makefile.config
 else</diff>
      <filename>Makefile.common</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 #
 # This file is distributed under the University of Illinois Open Source
 # License. See LICENSE.TXT for details.
-# 
+#
 #===------------------------------------------------------------------------===#
 #
 # This file is included by Makefile.common.  It defines paths and other
@@ -150,7 +150,7 @@ TAR        := @TAR@
 YACC       := @YACC@
 
 # Paths to miscellaneous programs we hope are present but might not be
-PERL       := @PERL@ 
+PERL       := @PERL@
 BZIP2      := @BZIP2@
 DOT        := @DOT@
 DOXYGEN    := @DOXYGEN@
@@ -207,12 +207,12 @@ OBJ_ROOT := .
 # make command line (ie, make ENABLE_PROFILING=1):
 
 # When ENABLE_OPTIMIZED is enabled, LLVM code is optimized and output is put
-# into the &quot;Release&quot; directories. Otherwise, LLVM code is not optimized and 
+# into the &quot;Release&quot; directories. Otherwise, LLVM code is not optimized and
 # output is put in the &quot;Debug&quot; directories.
 #ENABLE_OPTIMIZED = 1
 @ENABLE_OPTIMIZED@
 
-# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will 
+# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will
 # exclude assertion checks, otherwise they are included.
 #DISABLE_ASSERTIONS = 1
 @DISABLE_ASSERTIONS@</diff>
      <filename>Makefile.config.in</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Analysis/IPA/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>
      <filename>lib/Analysis/IPA/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Analysis/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>
      <filename>lib/Analysis/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,16 @@
 ##===- lib/Archive/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 = LLVMArchive
 
-# We only want an archive so only those modules actually used by a tool are 
+# We only want an archive so only those modules actually used by a tool are
 # included.
 BUILD_ARCHIVE := 1
 </diff>
      <filename>lib/Archive/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/AsmParser/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>
      <filename>lib/AsmParser/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Bitcode/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>
      <filename>lib/Bitcode/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Bitcode/Reader/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>
      <filename>lib/Bitcode/Reader/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Bitcode/Reader/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>
      <filename>lib/Bitcode/Writer/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -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>
      <filename>lib/CodeGen/AsmPrinter/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -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>
      <filename>lib/CodeGen/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -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</diff>
      <filename>lib/CodeGen/SelectionDAG/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Debugger/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>
      <filename>lib/Debugger/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/ExecutionEngine/Interpreter/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 = LLVMInterpreter</diff>
      <filename>lib/ExecutionEngine/Interpreter/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/ExecutionEngine/JIT/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 = LLVMJIT</diff>
      <filename>lib/ExecutionEngine/JIT/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/ExecutionEngine/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 = LLVMExecutionEngine</diff>
      <filename>lib/ExecutionEngine/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Linker/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>
      <filename>lib/Linker/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 ##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source
 # License. See LICENSE.TXT for details.
-# 
+#
 ##===----------------------------------------------------------------------===##
 LEVEL = ..
 
 PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Debugger Linker 
+                Target ExecutionEngine Debugger Linker
 
 include $(LEVEL)/Makefile.common
 </diff>
      <filename>lib/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Support/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>
      <filename>lib/Support/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/System/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>
      <filename>lib/System/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 ##===- lib/Target/ARM/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 = LLVMARMAsmPrinter
 
-# Hack: we need to include 'main' arm target directory to grab private headers 
+# Hack: we need to include 'main' arm target directory to grab private headers
 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common</diff>
      <filename>lib/Target/ARM/AsmPrinter/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 ##===- lib/Target/Alpha/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 = LLVMAlphaAsmPrinter
 
-# Hack: we need to include 'main' alpha target directory to grab private headers 
+# Hack: we need to include 'main' alpha target directory to grab private headers
 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common</diff>
      <filename>lib/Target/Alpha/AsmPrinter/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Target/Alpha/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 = LLVMAlphaCodeGen</diff>
      <filename>lib/Target/Alpha/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Target/CBackend/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>
      <filename>lib/Target/CBackend/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 ##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source</diff>
      <filename>lib/Target/CellSPU/AsmPrinter/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 ##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source</diff>
      <filename>lib/Target/CellSPU/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Target/CppBackend/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>
      <filename>lib/Target/CppBackend/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@
 #
 # This file is distributed under the University of Illinois Open Source
 # License. See LICENSE.TXT for details.
-# 
+#
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = LLVMIA64</diff>
      <filename>lib/Target/IA64/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 #===- lib/Target/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>
      <filename>lib/Target/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Target/Mips/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 = LLVMMips</diff>
      <filename>lib/Target/Mips/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Target/PIC16/Makefile ---------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file is distributed under the University of Illinois Open Source 
+# This file is distributed under the University of Illinois Open Source
 # License. See LICENSE.TXT for details.
-# 
+#
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = LLVMPIC16</diff>
      <filename>lib/Target/PIC16/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 ##===- lib/Target/PowerPC/AsmPrinter/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 = LLVMPowerPCAsmPrinter
 
-# Hack: we need to include 'main' PowerPC target directory to grab private headers 
+# Hack: we need to include 'main' PowerPC target directory to grab private headers
 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common</diff>
      <filename>lib/Target/PowerPC/AsmPrinter/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Target/PowerPC/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 = LLVMPowerPCCodeGen</diff>
      <filename>lib/Target/PowerPC/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 ##===- lib/Target/Sparc/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 = LLVMSparcAsmPrinter
 
-# Hack: we need to include 'main' Sparc target directory to grab private headers 
+# Hack: we need to include 'main' Sparc target directory to grab private headers
 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common</diff>
      <filename>lib/Target/Sparc/AsmPrinter/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Target/Sparc/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 = LLVMSparcCodeGen</diff>
      <filename>lib/Target/Sparc/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 ##===- lib/Target/X86/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 = LLVMX86AsmPrinter
 
-# Hack: we need to include 'main' x86 target directory to grab private headers 
+# Hack: we need to include 'main' x86 target directory to grab private headers
 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common</diff>
      <filename>lib/Target/X86/AsmPrinter/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Target/X86/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 = LLVMX86CodeGen</diff>
      <filename>lib/Target/X86/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 ##===- lib/Target/XCore/Makefile ---------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source</diff>
      <filename>lib/Target/XCore/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,16 @@
 ##===- lib/Transforms/Hello/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 = LLVMHello
 LOADABLE_MODULE = 1
-USEDLIBS = 
+USEDLIBS =
 
 include $(LEVEL)/Makefile.common
 </diff>
      <filename>lib/Transforms/Hello/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Transforms/IPO/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>
      <filename>lib/Transforms/IPO/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,14 @@
 ##===- lib/Transforms/Instrumentation/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 = LLVMInstrumentation 
+LIBRARYNAME = LLVMInstrumentation
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common</diff>
      <filename>lib/Transforms/Instrumentation/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Transforms/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>
      <filename>lib/Transforms/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Transforms/Scalar/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>
      <filename>lib/Transforms/Scalar/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/Transforms/Utils/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>
      <filename>lib/Transforms/Utils/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 ##===- lib/VMCore/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 = LLVMCore</diff>
      <filename>lib/VMCore/Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6b9f1e7f549c10c0b5cb6fe633f07b7d1d7bc148</id>
    </parent>
  </parents>
  <author>
    <name>Misha Brukman</name>
    <email>brukman+llvm@gmail.com</email>
  </author>
  <url>http://github.com/earl/llvm-mirror/commit/680e0c52e43d827fcbf1f6387fe99a7423ea9b81</url>
  <id>680e0c52e43d827fcbf1f6387fe99a7423ea9b81</id>
  <committed-date>2009-01-09T08:44:42-08:00</committed-date>
  <authored-date>2009-01-09T08:44:42-08:00</authored-date>
  <message>Removed trailing whitespace from Makefiles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8</message>
  <tree>eef93b0e196836f47b0b47dcd948342c65135bf3</tree>
  <committer>
    <name>Misha Brukman</name>
    <email>brukman+llvm@gmail.com</email>
  </committer>
</commit>
