[PATCH] D77425: [NFC] Make Type::isVectorTy call isa<VectorType>

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 13:33:49 PDT 2020


efriedma added a comment.

This will fail to compile if someone includes Type.h without including DerivedTypes.h.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77425





More information about the llvm-commits mailing list