[PATCH] D122821: CallBase: fix getFnAttr so it also checks the function
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 2 01:12:54 PDT 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LG
================
Comment at: llvm/include/llvm/IR/InstrTypes.h:28
#include "llvm/IR/CallingConv.h"
+#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
----------------
This include shouldn't be needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122821/new/
https://reviews.llvm.org/D122821
More information about the llvm-commits
mailing list