Skip to content

Commit f767dac

Browse files
committed
rm comment - don't need to mark sanitizer stores as key
1 parent 1fd0c86 commit f767dac

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
@@ -1599,7 +1599,6 @@ void CodeGenFunction::EmitReturnStmt(const ReturnStmt &S) {
15991599
CGM.getSanitizerMetadata()->disableSanitizerForGlobal(SLocPtr);
16001600
assert(ReturnLocation.isValid() && "No valid return location");
16011601
Builder.CreateStore(SLocPtr, ReturnLocation);
1602-
//*OCH?*//
16031602
}
16041603

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

0 commit comments

Comments
 (0)