[llvm-commits] Tablgen bugfix

dag at cray.com dag at cray.com
Mon Jan 21 12:30:39 PST 2013


"Malul, Elior" <elior.malul at intel.com> writes:

> Attached it a fix to the function, which when it encounters a
> description string longer than 80 character, it splits to several
> lines.  I will appreciate if those who care about tblgen will review
> it.

> +  for (unsigned i = OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); i < e; ++i)

Is this still within the 80 column limit?

Otherwise, LGTM.

                          -David



More information about the llvm-commits mailing list