[PGO] Relax test cases in PGO instrumentation
authorRong Xu <xur@google.com>
Tue, 24 Nov 2015 22:50:34 +0000 (22:50 +0000)
committerRong Xu <xur@google.com>
Tue, 24 Nov 2015 22:50:34 +0000 (22:50 +0000)
commit057d7b6cfa9e12dae3ebaea4034aaf14c9de3965
tree0247b36fb3f97210635ea29c323bcb511913c0e5
parentae86f42b238209b5ba9c55ec267f6cf57f28b9c1
[PGO] Relax test cases in PGO instrumentation

Fix buildbot failure for clang-x86_64-linux-selfhost-modules.
http://lab.llvm.org:8011/builders/clang-x86_64-linux-selfhost-modules/builds/8866
The failing test cases are newly added from r254021. It seems the IR has a
different order in this platform. In this patch, I temporarily relax the test
case to make the build green. I'll have a complete fix (more robust way to test)
soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254035 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/PGOProfile/criticaledge_gen.ll
test/Transforms/PGOProfile/criticaledge_use.ll
test/Transforms/PGOProfile/loop3_gen.ll
test/Transforms/PGOProfile/loop3_use.ll
test/Transforms/PGOProfile/noprofile_use.ll
test/Transforms/PGOProfile/switch_gen.ll
test/Transforms/PGOProfile/switch_use.ll