[clang] [NFC] Remove forgotten self-reminder comment that is no longer relevant (PR #181849)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 08:15:02 PST 2026
https://github.com/erichkeane created https://github.com/llvm/llvm-project/pull/181849
None
>From c9682d949813eed3a1426ae4cf9723ac345bf438 Mon Sep 17 00:00:00 2001
From: erichkeane <ekeane at nvidia.com>
Date: Tue, 17 Feb 2026 08:14:12 -0800
Subject: [PATCH] [NFC] Remove forgotten self-reminder comment that is no
longer relevant
---
clang/test/CIR/CodeGen/ret-attrs.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/clang/test/CIR/CodeGen/ret-attrs.cpp b/clang/test/CIR/CodeGen/ret-attrs.cpp
index 4879120a796eb..771d45ef28f97 100644
--- a/clang/test/CIR/CodeGen/ret-attrs.cpp
+++ b/clang/test/CIR/CodeGen/ret-attrs.cpp
@@ -35,7 +35,6 @@ Incomplete &no_deref_incomplete(){}
// Nonnull is on ALL references unless we have a non-0 target address space, so
// this isn't really testable yet.
-// TODO: ERICH: Not object type? BUT This IS?!?!
int &no_align_not_obj_type(){}
// CIR: cir.func no_inline dso_local @_Z21no_align_not_obj_typev() -> (!cir.ptr<!s32i> {llvm.align = 4 : i64, llvm.dereferenceable = 4 : i64, llvm.nonnull, llvm.noundef})
// LLVM: define dso_local noundef nonnull align 4 dereferenceable(4) ptr @_Z21no_align_not_obj_typev()
More information about the cfe-commits
mailing list