Fix 80-column violation
authorCraig Topper <craig.topper@gmail.com>
Wed, 3 Oct 2012 03:56:12 +0000 (03:56 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 3 Oct 2012 03:56:12 +0000 (03:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165089 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index def0f16e967b55686be0d6477b08eb7ccc0b297c..1dc4aa998923a86bb1373d18453a440a78a5bdf8 100644 (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.