<p dir="ltr">Any chance your commit editor is vim? ;)</p>
<p dir="ltr">All good though, just funny</p>
<div class="gmail_quote">On Sep 15, 2015 8:34 AM, "Sanjay Patel via llvm-commits" <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Heh...not sure how that happened. :)<br>80-cols or bust!<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 15, 2015 at 9:28 AM, Aaron Ballman <span dir="ltr"><<a href="mailto:aaron@aaronballman.com" target="_blank">aaron@aaronballman.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Tue, Sep 15, 2015 at 11:26 AM, Sanjay Patel via llvm-commits<br>
<<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>> wrote:<br>
> Author: spatel<br>
> Date: Tue Sep 15 10:26:25 2015<br>
> New Revision: 247700<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=247700&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=247700&view=rev</a><br>
> Log:<br>
> 80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC<br>
<br>
</span>I'm confused, is this an 80-col, NFC fix? ;-)<br>
<span><font color="#888888"><br>
~Aaron<br>
</font></span><div><div><br>
><br>
> Modified:<br>
>     llvm/trunk/lib/Analysis/InlineCost.cpp<br>
><br>
> Modified: llvm/trunk/lib/Analysis/InlineCost.cpp<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/InlineCost.cpp?rev=247700&r1=247699&r2=247700&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/InlineCost.cpp?rev=247700&r1=247699&r2=247700&view=diff</a><br>
> ==============================================================================<br>
> --- llvm/trunk/lib/Analysis/InlineCost.cpp (original)<br>
> +++ llvm/trunk/lib/Analysis/InlineCost.cpp Tue Sep 15 10:26:25 2015<br>
> @@ -967,13 +967,14 @@ bool CallAnalyzer::analyzeBlock(BasicBlo<br>
>      if (isa<ExtractElementInst>(I) || I->getType()->isVectorTy())<br>
>        ++NumVectorInstructions;<br>
><br>
> -    // If the instruction is floating point, and the target says this operation is<br>
> -    // expensive or the function has the "use-soft-float" attribute, this may<br>
> -    // eventually become a library call.  Treat the cost as such.<br>
> +    // If the instruction is floating point, and the target says this operation<br>
> +    // is expensive or the function has the "use-soft-float" attribute, this may<br>
> +    // eventually become a library call. Treat the cost as such.<br>
>      if (I->getType()->isFloatingPointTy()) {<br>
>        bool hasSoftFloatAttr = false;<br>
><br>
> -      // If the function has the "use-soft-float" attribute, mark it as expensive.<br>
> +      // If the function has the "use-soft-float" attribute, mark it as<br>
> +      // expensive.<br>
>        if (F.hasFnAttribute("use-soft-float")) {<br>
>          Attribute Attr = F.getFnAttribute("use-soft-float");<br>
>          StringRef Val = Attr.getValueAsString();<br>
><br>
><br>
> _______________________________________________<br>
> llvm-commits mailing list<br>
> <a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div>