summaryrefslogtreecommitdiff
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
commit79129ddc4460a6df8f1f1221d4def34a0e75451a (patch)
tree59f3494793aaf1c65a8b81e655849bb5f9970be5
parentae6314583f5332371831c990ace5bc2e62347d89 (diff)
Fix test case comment (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256206 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Instrumentation/InstrProfiling/PR23499.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Instrumentation/InstrProfiling/PR23499.ll b/test/Instrumentation/InstrProfiling/PR23499.ll
index d63c01a1c61..e1e45e3e7d9 100644
--- a/test/Instrumentation/InstrProfiling/PR23499.ll
+++ b/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