Skip to content

Commit 7e33fd5

Browse files
vporpopuja2196
authored andcommitted
[SandboxIR][NFC] Remove some unnecessary friend declarations
1 parent 2637f81 commit 7e33fd5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

llvm/include/llvm/SandboxIR/Context.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ class Context {
2525
LLVMContext &LLVMCtx;
2626
friend class Type; // For LLVMCtx.
2727
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.
28+
friend class IntegerType; // For LLVMCtx.
29+
friend class StructType; // For LLVMCtx.
30+
friend class Region; // For LLVMCtx.
3431

3532
Tracker IRTracker;
3633

0 commit comments

Comments
 (0)