[PATCH] D41742: [MSF] Fix FPM interval calculation

Colden Cullen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 16:58:58 PST 2018


colden accepted this revision.
colden added a comment.
This revision is now accepted and ready to land.

I'm assuming you'll want approval from someone else too, but this looks good to me, and is proven to fix my bug.



================
Comment at: llvm/include/llvm/DebugInfo/MSF/MSFCommon.h:154
+                            IncludeUnusedFpmData,
+                            AltFpm ? L.alternateFpmBlock() : L.mainFpmBlock());
 }
----------------
Oh that's even cleaner.


https://reviews.llvm.org/D41742





More information about the llvm-commits mailing list