Fix several accidental DOS line endings in source files
authorDimitry Andric <dimitry@andric.com>
Sun, 3 Jan 2016 17:22:03 +0000 (17:22 +0000)
committerDimitry Andric <dimitry@andric.com>
Sun, 3 Jan 2016 17:22:03 +0000 (17:22 +0000)
commitac6a87b06ead105f9fd84b0450f97c88baf07ed6
tree00e1b3089c813487c2f935fc0e59e0f72ea24ff5
parentc88a575ea513a106f26b7d0ed15ed9e5be4f4a32
Fix several accidental DOS line endings in source files

Summary:
There are a number of files in the tree which have been accidentally checked in with DOS line endings.  Convert these to native line endings.

There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those.

Reviewers: joerg, aaron.ballman

Subscribers: aaron.ballman, sanjoy, dsanders, llvm-commits

Differential Revision: http://reviews.llvm.org/D15848

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256707 91177308-0d34-0410-b5e6-96231b3b80d8
46 files changed:
docs/MCJITDesignAndImplementation.rst
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
lib/DebugInfo/CodeView/Makefile
lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
lib/Target/X86/X86FastISel.cpp
test/CodeGen/AArch64/arm64-vector-ext.ll
test/CodeGen/ARM/debugtrap.ll
test/CodeGen/X86/2011-11-30-or.ll
test/CodeGen/X86/avx512cd-intrinsics.ll
test/CodeGen/X86/fpcmp-soft-fp.ll
test/CodeGen/X86/pku.ll
test/CodeGen/X86/pr21792.ll
test/CodeGen/X86/pr24139.ll
test/CodeGen/X86/statepoint-far-call.ll
test/CodeGen/X86/system-intrinsics-64-xsave.ll
test/CodeGen/X86/system-intrinsics-64-xsavec.ll
test/CodeGen/X86/system-intrinsics-64-xsaveopt.ll
test/CodeGen/X86/system-intrinsics-64-xsaves.ll
test/CodeGen/X86/system-intrinsics-xsave.ll
test/CodeGen/X86/system-intrinsics-xsavec.ll
test/CodeGen/X86/system-intrinsics-xsaveopt.ll
test/CodeGen/X86/system-intrinsics-xsaves.ll
test/CodeGen/X86/vec_partial.ll
test/CodeGen/X86/vec_reassociate.ll
test/CodeGen/X86/x86-32-intrcc.ll
test/CodeGen/X86/x86-64-intrcc.ll
test/DebugInfo/Inputs/dwarfdump-macro-cmd.h
test/DebugInfo/Inputs/dwarfdump-macro.cc
test/DebugInfo/Inputs/dwarfdump-macro.h
test/DebugInfo/debugmacinfo.test
test/JitListener/multiple.ll
test/JitListener/simple.ll
test/MC/ARM/gas-compl-copr-reg.s
test/MC/Disassembler/Mips/mips4/valid-xfail-mips4.txt
test/MC/Hexagon/test.s
test/MC/X86/X86_64-pku.s
test/Transforms/EarlyCSE/AArch64/ldstN.ll
test/Transforms/PlaceSafepoints/statepoint-coreclr.ll
test/tools/llvm-pdbdump/Inputs/ClassLayoutTest.cpp
test/tools/llvm-pdbdump/Inputs/FilterTest.cpp
test/tools/llvm-pdbdump/Inputs/LoadAddressTest.cpp
test/tools/llvm-pdbdump/class-layout.test
test/tools/llvm-pdbdump/enum-layout.test
test/tools/llvm-pdbdump/load-address.test
test/tools/llvm-symbolizer/pdb/lit.local.cfg
unittests/IR/TypesTest.cpp