From 4af795b499d45a26f8801c84cae9688ca973795d Mon Sep 17 00:00:00 2001 From: Daniel Cederman Date: Wed, 17 May 2017 11:05:20 +0000 Subject: [PATCH] [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 llvm-svn: 303245 --- llvm/lib/Target/Sparc/LeonFeatures.td | 0 llvm/lib/Target/Sparc/LeonPasses.h | 0 llvm/lib/Target/Sparc/SparcSchedule.td | 0 llvm/test/CodeGen/SPARC/LeonCASAInstructionUT.ll | 0 llvm/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll | 0 llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll | 0 llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll | 0 llvm/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll | 0 llvm/test/CodeGen/SPARC/sjlj.ll | 0 llvm/test/MC/Sparc/leon-instructions.s | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 llvm/lib/Target/Sparc/LeonFeatures.td mode change 100755 => 100644 llvm/lib/Target/Sparc/LeonPasses.h mode change 100755 => 100644 llvm/lib/Target/Sparc/SparcSchedule.td mode change 100755 => 100644 llvm/test/CodeGen/SPARC/LeonCASAInstructionUT.ll mode change 100755 => 100644 llvm/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll mode change 100755 => 100644 llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll mode change 100755 => 100644 llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll mode change 100755 => 100644 llvm/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll mode change 100755 => 100644 llvm/test/CodeGen/SPARC/sjlj.ll mode change 100755 => 100644 llvm/test/MC/Sparc/leon-instructions.s diff --git a/llvm/lib/Target/Sparc/LeonFeatures.td b/llvm/lib/Target/Sparc/LeonFeatures.td old mode 100755 new mode 100644 diff --git a/llvm/lib/Target/Sparc/LeonPasses.h b/llvm/lib/Target/Sparc/LeonPasses.h old mode 100755 new mode 100644 diff --git a/llvm/lib/Target/Sparc/SparcSchedule.td b/llvm/lib/Target/Sparc/SparcSchedule.td old mode 100755 new mode 100644 diff --git a/llvm/test/CodeGen/SPARC/LeonCASAInstructionUT.ll b/llvm/test/CodeGen/SPARC/LeonCASAInstructionUT.ll old mode 100755 new mode 100644 diff --git a/llvm/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll b/llvm/test/CodeGen/SPARC/LeonFixAllFDIVSQRTPassUT.ll old mode 100755 new mode 100644 diff --git a/llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll b/llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll old mode 100755 new mode 100644 diff --git a/llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll b/llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll old mode 100755 new mode 100644 diff --git a/llvm/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll b/llvm/test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll old mode 100755 new mode 100644 diff --git a/llvm/test/CodeGen/SPARC/sjlj.ll b/llvm/test/CodeGen/SPARC/sjlj.ll old mode 100755 new mode 100644 diff --git a/llvm/test/MC/Sparc/leon-instructions.s b/llvm/test/MC/Sparc/leon-instructions.s old mode 100755 new mode 100644 -- 2.7.4