mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix 80-column violation
llvm-svn: 165089
This commit is contained in:
parent
2c00334731
commit
09bb7db4f3
@ -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…
Reference in New Issue
Block a user