[clang] [NFC] Remove forgotten self-reminder comment that is no longer relevant (PR #181849)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 08:15:38 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clangir
Author: Erich Keane (erichkeane)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/181849.diff
1 Files Affected:
- (modified) clang/test/CIR/CodeGen/ret-attrs.cpp (-1)
``````````diff
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()
``````````
</details>
https://github.com/llvm/llvm-project/pull/181849
More information about the cfe-commits
mailing list