[PATCH] Schedule discriminators pass.

Diego Novillo dnovillo at google.com
Wed Feb 12 06:15:55 PST 2014


On Tue, Feb 11, 2014 at 10:32 PM, Eric Christopher <echristo at gmail.com> wrote:
>
>
> ================
> Comment at: lib/CodeGen/CGDebugInfo.cpp:2581
> @@ -2580,2 +2580,3 @@
>                                  getLineNumber(CurLoc),
> -                                getColumnNumber(CurLoc));
> +                                getColumnNumber(CurLoc),
> +                                0);
> ----------------
> This change doesn't seem relevant to this patch?

Yeah. Just my luck again. Phabricator's 'arc' cannot deal with patches
spanning multiple repos.  I'll split it up manually.


Diego.



More information about the llvm-commits mailing list