summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-12-21 22:26:49 +0000
committerXinliang David Li <davidxl@google.com>2015-12-21 22:26:49 +0000
commit14a97c26c85b09df0d059a51b2a58c8adf354abc (patch)
tree28f7015c04d9172ee8371200496ee75ffc511b21
parentfda72c52a23d8f6379adee5bc11bf39933f470ae (diff)
downloadbcm5719-llvm-14a97c26c85b09df0d059a51b2a58c8adf354abc.tar.gz
bcm5719-llvm-14a97c26c85b09df0d059a51b2a58c8adf354abc.zip
Fix test case comment (NFC)
llvm-svn: 256206
-rw-r--r--llvm/test/Instrumentation/InstrProfiling/PR23499.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/InstrProfiling/PR23499.ll b/llvm/test/Instrumentation/InstrProfiling/PR23499.ll
index d63c01a1c61..e1e45e3e7d9 100644
--- a/llvm/test/Instrumentation/InstrProfiling/PR23499.ll
+++ b/llvm/test/Instrumentation/InstrProfiling/PR23499.ll
@@ -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
OpenPOWER on IntegriCloud