We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2637f81 commit 7e33fd5Copy full SHA for 7e33fd5
llvm/include/llvm/SandboxIR/Context.h
@@ -25,12 +25,9 @@ class Context {
25
LLVMContext &LLVMCtx;
26
friend class Type; // For LLVMCtx.
27
friend class PointerType; // For LLVMCtx.
28
- friend class CmpInst; // For LLVMCtx. TODO: cleanup when sandboxir::VectorType
29
- // is complete
30
- friend class IntegerType; // For LLVMCtx.
31
- friend class StructType; // For LLVMCtx.
32
- friend class ::llvm::TargetExtType; // For LLVMCtx.
33
- friend class Region; // For LLVMCtx.
+ friend class IntegerType; // For LLVMCtx.
+ friend class StructType; // For LLVMCtx.
+ friend class Region; // For LLVMCtx.
34
35
Tracker IRTracker;
36
0 commit comments