diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2023-12-09 13:28:42 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2023-12-09 13:28:42 +0000 |
| commit | b1c73532ee8997fe5dfbeb7d223027bdf99758a0 (patch) | |
| tree | 7d6e51c294ab6719475d660217aa0c0ad0526292 /llvm/lib/TargetParser/SubtargetFeature.cpp | |
| parent | 7fa27ce4a07f19b07799a767fc29416f3b625afb (diff) | |
Diffstat (limited to 'llvm/lib/TargetParser/SubtargetFeature.cpp')
| -rw-r--r-- | llvm/lib/TargetParser/SubtargetFeature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/TargetParser/SubtargetFeature.cpp b/llvm/lib/TargetParser/SubtargetFeature.cpp index 7c8bd44f7885..2c51c403c193 100644 --- a/llvm/lib/TargetParser/SubtargetFeature.cpp +++ b/llvm/lib/TargetParser/SubtargetFeature.cpp @@ -71,7 +71,7 @@ LLVM_DUMP_METHOD void SubtargetFeatures::dump() const { void SubtargetFeatures::getDefaultSubtargetFeatures(const Triple& Triple) { // FIXME: This is an inelegant way of specifying the features of a // subtarget. It would be better if we could encode this information - // into the IR. See <rdar://5972456>. + // into the IR. if (Triple.getVendor() == Triple::Apple) { if (Triple.getArch() == Triple::ppc) { // powerpc-apple-* |
