1
0
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:
Craig Topper 2012-10-03 03:56:12 +00:00
parent 2c00334731
commit 09bb7db4f3

View File

@ -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.