diff options
| author | Vedant Kumar <vsk@apple.com> | 2018-10-22 16:50:24 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2018-10-22 16:50:24 +0000 |
| commit | ba88ad35ecc38011066084c5ca76d4793c5eb89b (patch) | |
| tree | 10bfb9ca44ce2a5eea1f3c72e49eb2a16af23db4 | |
| parent | db158be6466ad3188c1c8010c9701dcb47ed6c32 (diff) | |
| download | bcm5719-llvm-ba88ad35ecc38011066084c5ca76d4793c5eb89b.tar.gz bcm5719-llvm-ba88ad35ecc38011066084c5ca76d4793c5eb89b.zip | |
[test] Relax test/Other/opt-hot-cold-split.ll
On some ARM bots, 'Target Pass Configuration' does not run after 'Target
Transform Info'. Relax this pipeline test to allow that.
This is the same fix as in r328167.
Bot URL: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/4611
llvm-svn: 344919
| -rw-r--r-- | llvm/test/Other/opt-hot-cold-split.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Other/opt-hot-cold-split.ll b/llvm/test/Other/opt-hot-cold-split.ll index ba92ccab636..a3fbdeffb2f 100644 --- a/llvm/test/Other/opt-hot-cold-split.ll +++ b/llvm/test/Other/opt-hot-cold-split.ll @@ -18,8 +18,8 @@ ; CHECK-NEXT: Pass Arguments: ; CHECK-NEXT: Target Library Information ; CHECK-NEXT: Target Transform Information -; CHECK-NEXT: Target Pass Configuration -; CHECK-NEXT: Type-Based Alias Analysis +; Target Pass Configuration +; CHECK: Type-Based Alias Analysis ; CHECK-NEXT: Scoped NoAlias Alias Analysis ; CHECK-NEXT: Assumption Cache Tracker ; CHECK-NEXT: Profile summary info |

