[PATCH] D30233: Fix an obvious bug in SampleProfileReaderGCC.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 16:43:13 PST 2017


davidxl added inline comments.


================
Comment at: test/Transforms/SampleProfile/indirect-call.ll:5
 ; CHECK-LABEL: @test
+; GCC-LABEL: @test
 define void @test(void ()*) !dbg !3 {
----------------
is there a need for the GCC prefix? The pattern is the same as the existing one.


https://reviews.llvm.org/D30233





More information about the llvm-commits mailing list