1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix test case comment (NFC)

llvm-svn: 256206
This commit is contained in:
Xinliang David Li 2015-12-21 22:26:49 +00:00
parent 7ed9f33690
commit be295b9d9e

View File

@ -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