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 2f0bc94 commit 28d3e05Copy full SHA for 28d3e05
lib/IRGen/GenMeta.cpp
@@ -133,8 +133,6 @@ namespace {
133
/// nominal metadata reference. The structure produced here is
134
/// consumed by swift_getGenericMetadata() and must correspond to
135
/// the fill operations that the compiler emits for the bound decl.
136
- ///
137
- /// FIXME: Rework to use GenericSignature instead of AllArchetypes
138
struct GenericArguments {
139
/// The values to use to initialize the arguments structure.
140
SmallVector<llvm::Value *, 8> Values;
0 commit comments