[llvm] r256206 - Fix test case comment (NFC)

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 14:26:49 PST 2015


Author: davidxl
Date: Mon Dec 21 16:26:49 2015
New Revision: 256206

URL: http://llvm.org/viewvc/llvm-project?rev=256206&view=rev
Log:
Fix test case comment (NFC)

Modified:
    llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll

Modified: llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll?rev=256206&r1=256205&r2=256206&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll (original)
+++ llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll Mon Dec 21 16:26:49 2015
@@ -1,5 +1,5 @@
-;; Check that data associated with linkonce odr functions are placed in
-;; the same comdat section as their associated function.
+;; Check that PGO instrumented variables associated with linkonce odr
+;; functions are placed in the same comdat section.
 
 
 ; RUN: opt < %s -mtriple=x86_64-apple-macosx10.10.0 -instrprof -S | FileCheck %s




More information about the llvm-commits mailing list