From: Craig Topper Date: Wed, 3 Oct 2012 03:56:12 +0000 (+0000) Subject: Fix 80-column violation X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=12d57c0b853867fe487b2d094691e97733d30358;p=oota-llvm.git Fix 80-column violation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165089 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index def0f16e967..1dc4aa99892 100644 --- a/lib/Target/X86/X86.td +++ b/lib/Target/X86/X86.td @@ -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.