Skip to content

Commit 93a95dd

Browse files
committed
rm comment - don't need to mark sanitizer stores as key
1 parent ddda5e3 commit 93a95dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CodeGen/CGStmt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,6 @@ void CodeGenFunction::EmitReturnStmt(const ReturnStmt &S) {
15811581
CGM.getSanitizerMetadata()->disableSanitizerForGlobal(SLocPtr);
15821582
assert(ReturnLocation.isValid() && "No valid return location");
15831583
Builder.CreateStore(SLocPtr, ReturnLocation);
1584-
//*OCH?*//
15851584
}
15861585

15871586
// Returning from an outlined SEH helper is UB, and we already warn on it.

0 commit comments

Comments
 (0)