Skip to content

Commit c6296a5

Browse files
author
Vidush Singhal
committed
edits
1 parent 22e4e75 commit c6296a5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

offload/DeviceRTL/src/Sanitizer.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ ompx_check_with_base_void_global(_AS_PTR(void, AllocationKind::GLOBAL) P,
498498
uint64_t Length, uint32_t Tag, uint64_t Size,
499499
uint64_t AccessId, int64_t SourceId,
500500
uint64_t PC) {
501-
// printf("Hello World!\n");
502501
return AllocationTracker<AllocationKind::GLOBAL>::checkWithBaseVoid(
503502
P, Start, Length, Tag, Size, AccessId, SourceId, PC);
504503
}
@@ -513,9 +512,6 @@ ompx_check_range_with_base_global(_AS_PTR(void, AllocationKind::GLOBAL) SCEVMax,
513512
int64_t AllocationLength, uint32_t Tag,
514513
int64_t AccessTypeSize, int64_t AccessId,
515514
int64_t SourceId, uint64_t PC) {
516-
517-
// printf("Hello World!\n");
518-
519515
return AllocationTracker<AllocationKind::GLOBAL>::checkRangeWithBase(
520516
SCEVMax, SCEVMin, StartAddress, AllocationLength, Tag, AccessTypeSize,
521517
AccessId, SourceId, PC);
@@ -530,7 +526,6 @@ ompx_check_range_with_base_local(_AS_PTR(void, AllocationKind::LOCAL) SCEVMax,
530526
int64_t AllocationLength, uint32_t Tag,
531527
int64_t AccessTypeSize, int64_t AccessId,
532528
int64_t SourceId, uint64_t PC) {
533-
// printf("Hello World!\n");
534529
return AllocationTracker<AllocationKind::LOCAL>::checkRangeWithBase(
535530
SCEVMax, SCEVMin, StartAddress, AllocationLength, Tag, AccessTypeSize,
536531
AccessId, SourceId, PC);

0 commit comments

Comments
 (0)