[llvm] [IR] Replace of PointerType::get(Type) with opaque version (NFC) (PR #123617)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 06:29:01 PST 2025


================
@@ -286,7 +286,7 @@ struct Modifier {
   /// Pick a random pointer type.
   Type *pickPointerType() {
     Type *Ty = pickType();
----------------
nikic wrote:

No need to pickType() anymore.

https://github.com/llvm/llvm-project/pull/123617


More information about the llvm-commits mailing list