From c2bea59da3877eae92fbbf783637e3e193833575 Mon Sep 17 00:00:00 2001 From: Daniel Cederman Date: Wed, 17 May 2017 11:05:20 +0000 Subject: [Sparc] Remove execute permissions from non-executable text files Reviewers: jyknight, lero_chris, venkatra Reviewed By: jyknight Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D27127 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303245 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SPARC/LeonCASAInstructionUT.ll | 0 test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll | 0 test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll | 0 test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll | 0 test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll | 0 test/CodeGen/SPARC/sjlj.ll | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 test/CodeGen/SPARC/LeonCASAInstructionUT.ll mode change 100755 => 100644 test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll mode change 100755 => 100644 test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll mode change 100755 => 100644 test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll mode change 100755 => 100644 test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll mode change 100755 => 100644 test/CodeGen/SPARC/sjlj.ll (limited to 'test/CodeGen/SPARC') diff --git a/test/CodeGen/SPARC/LeonCASAInstructionUT.ll b/test/CodeGen/SPARC/LeonCASAInstructionUT.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll b/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll b/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll b/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll b/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll old mode 100755 new mode 100644 diff --git a/test/CodeGen/SPARC/sjlj.ll b/test/CodeGen/SPARC/sjlj.ll old mode 100755 new mode 100644 -- cgit v1.2.3