[clang] [CodeGen][Hexagon] Replace PointerType::getUnqual(Type) with opaque version (NFC) (PR #126274)
Mats Jun Larsen via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 8 06:41:57 PST 2025
================
@@ -8,6 +8,7 @@
#include "ABIInfoImpl.h"
#include "TargetInfo.h"
+#include "llvm/IR/DerivedTypes.h"
----------------
junlarsen wrote:
Likely not, I think my LSP automatically inserts them when it completes stuff like PointerType::get. I'll remove it and the ones in the other PR too
https://github.com/llvm/llvm-project/pull/126274
More information about the cfe-commits
mailing list