]> granicus.if.org Git - clang/commit
[PGO] test case cleanups
authorXinliang David Li <davidxl@google.com>
Thu, 28 Jan 2016 18:25:53 +0000 (18:25 +0000)
committerXinliang David Li <davidxl@google.com>
Thu, 28 Jan 2016 18:25:53 +0000 (18:25 +0000)
commitc599c9b4378f4d99500959895159e4dd26980ee6
tree41dfd660cf594460b3754c0357ebbfdbebcddf9c
parenta5a745ec93565929bda0912a9fe654b43ec8ba1d
[PGO] test case cleanups

1. Make test case more focused and robust by focusing on what to be tested (linkage, icall) -- make it easier to validate
2. Testing linkages of data and counter variables instead of names. Counters and data are more relavant to be tested.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259067 91177308-0d34-0410-b5e6-96231b3b80d8
test/Profile/c-indirect-call.c
test/Profile/c-linkage-available_externally.c
test/Profile/c-linkage.c
test/Profile/cxx-linkage.cpp