Skip to content

Commit 28d3e05

Browse files
committed
IRGen: Remove obsolete FIXME
1 parent 2f0bc94 commit 28d3e05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/IRGen/GenMeta.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ namespace {
133133
/// nominal metadata reference. The structure produced here is
134134
/// consumed by swift_getGenericMetadata() and must correspond to
135135
/// the fill operations that the compiler emits for the bound decl.
136-
///
137-
/// FIXME: Rework to use GenericSignature instead of AllArchetypes
138136
struct GenericArguments {
139137
/// The values to use to initialize the arguments structure.
140138
SmallVector<llvm::Value *, 8> Values;

0 commit comments

Comments
 (0)