diff options
| author | Vedant Kumar <vsk@apple.com> | 2017-02-14 19:08:39 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2017-02-14 19:08:39 +0000 |
| commit | 27ebdf4bcbf845f3e590cade9a25e0f0574b36d5 (patch) | |
| tree | 109b932f0a2c5b316102231ee97dfb0f23f1849f /llvm/test/Transforms/PGOProfile | |
| parent | 70049b7cabd6d3ed49c5fc593681646f457b56bd (diff) | |
| download | bcm5719-llvm-27ebdf4bcbf845f3e590cade9a25e0f0574b36d5.tar.gz bcm5719-llvm-27ebdf4bcbf845f3e590cade9a25e0f0574b36d5.zip | |
Revert "[profiling] Remove dead profile name vars after emitting name data"
This reverts commit r295084. There is a test failure on:
http://lab.llvm.org:8011/builders/clang-atom-d525-fedora-rel/builds/2620/
llvm-svn: 295092
Diffstat (limited to 'llvm/test/Transforms/PGOProfile')
| -rw-r--r-- | llvm/test/Transforms/PGOProfile/comdat_internal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PGOProfile/comdat_internal.ll b/llvm/test/Transforms/PGOProfile/comdat_internal.ll index 36affd5392f..7df6f91fe72 100644 --- a/llvm/test/Transforms/PGOProfile/comdat_internal.ll +++ b/llvm/test/Transforms/PGOProfile/comdat_internal.ll @@ -12,7 +12,7 @@ $foo = comdat any @bar = global i32 ()* @foo, align 8 ; CHECK: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat -; CHECK-NOT: __profn__stdin__foo +; CHECK: @__profn__stdin__foo = private constant [11 x i8] c"<stdin>:foo" ; CHECK: @__profc__stdin__foo.[[FOO_HASH]] = private global [1 x i64] zeroinitializer, section "__llvm_prf_cnts", comdat($__profv__stdin__foo.[[FOO_HASH]]), align 8 ; CHECK: @__profd__stdin__foo.[[FOO_HASH]] = private global { i64, i64, i64*, i8*, i8*, i32, [1 x i16] } { i64 -5640069336071256030, i64 [[FOO_HASH]], i64* getelementptr inbounds ([1 x i64], [1 x i64]* @__profc__stdin__foo.[[FOO_HASH]], i32 0, i32 0), i8* null ; CHECK-NOT: bitcast (i32 ()* @foo to i8*) |

