From: Arnaud A. de Grandmaison Date: Mon, 22 Apr 2013 08:02:43 +0000 (+0000) Subject: Cleanup: test source files do not need to be executable X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d9e70873f38e734f37ed8b7ce75839b25e3eada5;p=oota-llvm.git Cleanup: test source files do not need to be executable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll b/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/Mips/cmov.ll b/test/CodeGen/Mips/cmov.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/SPARC/2011-01-11-CC.ll b/test/CodeGen/SPARC/2011-01-11-CC.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/X86/avx-fp2int.ll b/test/CodeGen/X86/avx-fp2int.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/X86/avx-sext.ll b/test/CodeGen/X86/avx-sext.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/X86/avx-shuffle-x86_32.ll b/test/CodeGen/X86/avx-shuffle-x86_32.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/X86/avx-trunc.ll b/test/CodeGen/X86/avx-trunc.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/X86/avx-win64-args.ll b/test/CodeGen/X86/avx-win64-args.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/X86/avx-zext.ll b/test/CodeGen/X86/avx-zext.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/X86/avx2-conversions.ll b/test/CodeGen/X86/avx2-conversions.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/X86/avx2-vperm.ll b/test/CodeGen/X86/avx2-vperm.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/X86/fma3-intrinsics.ll b/test/CodeGen/X86/fma3-intrinsics.ll old mode 100755 new mode 100644