Skip to content

Commit 6e689cb

Browse files
committed
[memprof] Correct comment in test [NFC]
Correct comment referring incorrectly to address sanitizer (from which the memprof tests were originally forked).
1 parent 68ee5ad commit 6e689cb

File tree

1 file changed

+1
-1
lines changed
  • llvm/test/Instrumentation/HeapProfiler

1 file changed

+1
-1
lines changed

llvm/test/Instrumentation/HeapProfiler/basic.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Test basic address sanitizer instrumentation.
1+
; Test basic memory profiler instrumentation.
22
;
33
; RUN: opt < %s -memprof -memprof-module -S | FileCheck --check-prefixes=CHECK,CHECK-S3 %s
44
; RUN: opt < %s -memprof -memprof-module -memprof-mapping-scale=5 -S | FileCheck --check-prefixes=CHECK,CHECK-S5 %s

0 commit comments

Comments
 (0)