mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Fix 80-column violation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165089 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44a1fd4843
commit
12d57c0b85
@ -121,8 +121,8 @@ def FeatureBMI2 : SubtargetFeature<"bmi2", "HasBMI2", "true",
|
||||
def FeatureLeaForSP : SubtargetFeature<"lea-sp", "UseLeaForSP", "true",
|
||||
"Use LEA for adjusting the stack pointer">;
|
||||
def FeatureSlowDivide : SubtargetFeature<"idiv-to-divb",
|
||||
"HasSlowDivide", "true",
|
||||
"Use small divide for positive values less than 256">;
|
||||
"HasSlowDivide", "true",
|
||||
"Use small divide for positive values less than 256">;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// X86 processors supported.
|
||||
|
Loading…
x
Reference in New Issue
Block a user