From cfca06d7963fa0909f90483b42a6d7d194d01e08 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 26 Jul 2020 19:36:28 +0000 Subject: Vendor import of llvm-project master 2e10b7a39b9, the last commit before the llvmorg-12-init tag, from which release/11.x was branched. --- llvm/lib/Target/Sparc/LeonFeatures.td | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'llvm/lib/Target/Sparc/LeonFeatures.td') diff --git a/llvm/lib/Target/Sparc/LeonFeatures.td b/llvm/lib/Target/Sparc/LeonFeatures.td index e0ea4e9c7645..75273eff1868 100755 --- a/llvm/lib/Target/Sparc/LeonFeatures.td +++ b/llvm/lib/Target/Sparc/LeonFeatures.td @@ -16,9 +16,9 @@ //support to casa instruction; for leon3 subtarget only def UMACSMACSupport : SubtargetFeature< - "hasumacsmac", - "HasUmacSmac", - "true", + "hasumacsmac", + "HasUmacSmac", + "true", "Enable UMAC and SMAC for LEON3 and LEON4 processors" >; @@ -30,9 +30,9 @@ def UMACSMACSupport : SubtargetFeature< //support to casa instruction; for leon3 subtarget only def LeonCASA : SubtargetFeature< - "hasleoncasa", - "HasLeonCasa", - "true", + "hasleoncasa", + "HasLeonCasa", + "true", "Enable CASA instruction for LEON3 and LEON4 processors" >; @@ -40,7 +40,7 @@ def InsertNOPLoad: SubtargetFeature< "insertnopload", "InsertNOPLoad", "true", - "LEON3 erratum fix: Insert a NOP instruction after every single-cycle load instruction when the next instruction is another load/store instruction" + "LEON3 erratum fix: Insert a NOP instruction after every single-cycle load instruction when the next instruction is another load/store instruction" >; def DetectRoundChange : SubtargetFeature< @@ -55,7 +55,7 @@ def FixAllFDIVSQRT : SubtargetFeature< "fixallfdivsqrt", "FixAllFDIVSQRT", "true", - "LEON erratum fix: Fix FDIVS/FDIVD/FSQRTS/FSQRTD instructions with NOPs and floating-point store" + "LEON erratum fix: Fix FDIVS/FDIVD/FSQRTS/FSQRTD instructions with NOPs and floating-point store" >; def LeonCycleCounter -- cgit v1.2.3