llvm-6502/test/Transforms/SampleProfile
Diego Novillo 3f7c2f31ff Use DiagnosticInfo facility.
Summary:
The sample profiler pass emits several error messages. Instead of
just aborting the compiler with report_fatal_error, we can emit
better messages using DiagnosticInfo.

This adds a new sub-class of DiagnosticInfo to handle the sample
profiler.

Reviewers: chandlerc, qcolombet

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D3086

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203976 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-14 21:58:59 +00:00
..
Inputs Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
branch.ll Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
calls.ll Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
discriminator.ll Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
propagate.ll Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
syntax.ll Use DiagnosticInfo facility. 2014-03-14 21:58:59 +00:00