diff options
Diffstat (limited to 'llvm/lib/Target/Sparc/LeonFeatures.td')
-rwxr-xr-x | llvm/lib/Target/Sparc/LeonFeatures.td | 16 |
1 files changed, 8 insertions, 8 deletions
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 |