[PATCH] Schedule discriminators pass.

Eric Christopher echristo at gmail.com
Tue Feb 11 19:32:53 PST 2014



================
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?


http://llvm-reviews.chandlerc.com/D2692



More information about the llvm-commits mailing list