[llvm] 6e689cb - [memprof] Correct comment in test [NFC]

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 12:11:08 PDT 2022


Author: Teresa Johnson
Date: 2022-04-29T12:09:26-07:00
New Revision: 6e689cbaf412effbef392acbb3d123ad2c3b8eb5

URL: https://github.com/llvm/llvm-project/commit/6e689cbaf412effbef392acbb3d123ad2c3b8eb5
DIFF: https://github.com/llvm/llvm-project/commit/6e689cbaf412effbef392acbb3d123ad2c3b8eb5.diff

LOG: [memprof] Correct comment in test [NFC]

Correct comment referring incorrectly to address sanitizer (from which
the memprof tests were originally forked).

Added: 
    

Modified: 
    llvm/test/Instrumentation/HeapProfiler/basic.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Instrumentation/HeapProfiler/basic.ll b/llvm/test/Instrumentation/HeapProfiler/basic.ll
index 45124d4eb3aa..a4342b46e6aa 100644
--- a/llvm/test/Instrumentation/HeapProfiler/basic.ll
+++ b/llvm/test/Instrumentation/HeapProfiler/basic.ll
@@ -1,4 +1,4 @@
-; Test basic address sanitizer instrumentation.
+; Test basic memory profiler instrumentation.
 ;
 ; RUN: opt < %s -memprof -memprof-module -S | FileCheck --check-prefixes=CHECK,CHECK-S3 %s
 ; RUN: opt < %s -memprof -memprof-module -memprof-mapping-scale=5 -S | FileCheck --check-prefixes=CHECK,CHECK-S5 %s


        


More information about the llvm-commits mailing list