Author: Erich Keane
Date: 2026-02-17T16:47:12Z
New Revision: 1ed85c7976ce8ec0873c310efbdec3f65d711a94

URL: 
https://github.com/llvm/llvm-project/commit/1ed85c7976ce8ec0873c310efbdec3f65d711a94
DIFF: 
https://github.com/llvm/llvm-project/commit/1ed85c7976ce8ec0873c310efbdec3f65d711a94.diff

LOG: [NFC] Remove forgotten self-reminder comment that is no longer relevant 
(#181849)

Added: 
    

Modified: 
    clang/test/CIR/CodeGen/ret-attrs.cpp

Removed: 
    


################################################################################
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()


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to