From 14a97c26c85b09df0d059a51b2a58c8adf354abc Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Mon, 21 Dec 2015 22:26:49 +0000 Subject: [PATCH] Fix test case comment (NFC) llvm-svn: 256206 --- llvm/test/Instrumentation/InstrProfiling/PR23499.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/Instrumentation/InstrProfiling/PR23499.ll b/llvm/test/Instrumentation/InstrProfiling/PR23499.ll index d63c01a..e1e45e3 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 -- 2.7.4