[PATCH] D56548: Fix emission of _fltused for MSVC.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 24 10:32:55 PST 2019


jyknight marked 2 inline comments as done.
jyknight added inline comments.


================
Comment at: llvm/include/llvm/IR/Type.h:470
 
-//===----------------------------------------------------------------------===//
-// Provide specializations of GraphTraits to be able to treat a type as a
----------------
rnk wrote:
> Seems unrelated?
This GraphTraits code is actually how I ended up looking at _fltused in the first place -- it's the only caller, and I was looking at removing uses of subtype_begin/end. :)

It can go in a followup commit, however.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56548/new/

https://reviews.llvm.org/D56548





More information about the llvm-commits mailing list