@@ -498,7 +498,6 @@ ompx_check_with_base_void_global(_AS_PTR(void, AllocationKind::GLOBAL) P,
498
498
uint64_t Length, uint32_t Tag, uint64_t Size,
499
499
uint64_t AccessId, int64_t SourceId,
500
500
uint64_t PC) {
501
- // printf("Hello World!\n");
502
501
return AllocationTracker<AllocationKind::GLOBAL>::checkWithBaseVoid (
503
502
P, Start, Length, Tag, Size, AccessId, SourceId, PC);
504
503
}
@@ -513,9 +512,6 @@ ompx_check_range_with_base_global(_AS_PTR(void, AllocationKind::GLOBAL) SCEVMax,
513
512
int64_t AllocationLength, uint32_t Tag,
514
513
int64_t AccessTypeSize, int64_t AccessId,
515
514
int64_t SourceId, uint64_t PC) {
516
-
517
- // printf("Hello World!\n");
518
-
519
515
return AllocationTracker<AllocationKind::GLOBAL>::checkRangeWithBase (
520
516
SCEVMax, SCEVMin, StartAddress, AllocationLength, Tag, AccessTypeSize,
521
517
AccessId, SourceId, PC);
@@ -530,7 +526,6 @@ ompx_check_range_with_base_local(_AS_PTR(void, AllocationKind::LOCAL) SCEVMax,
530
526
int64_t AllocationLength, uint32_t Tag,
531
527
int64_t AccessTypeSize, int64_t AccessId,
532
528
int64_t SourceId, uint64_t PC) {
533
- // printf("Hello World!\n");
534
529
return AllocationTracker<AllocationKind::LOCAL>::checkRangeWithBase (
535
530
SCEVMax, SCEVMin, StartAddress, AllocationLength, Tag, AccessTypeSize,
536
531
AccessId, SourceId, PC);
0 commit comments