diff options
| author | Wei Mi <wmi@google.com> | 2017-07-26 01:34:46 +0000 |
|---|---|---|
| committer | Wei Mi <wmi@google.com> | 2017-07-26 01:34:46 +0000 |
| commit | c54b6c881b82faed035c75d9d339a3c2d42d7eba (patch) | |
| tree | 67a509d52084b65b67d13eb0553c3393686c311a /llvm/test/Transforms/LoopUnswitch | |
| parent | 469e740f2b7cc3254b6187f637a4411acc325f12 (diff) | |
| download | bcm5719-llvm-c54b6c881b82faed035c75d9d339a3c2d42d7eba.tar.gz bcm5719-llvm-c54b6c881b82faed035c75d9d339a3c2d42d7eba.zip | |
Add "REQUIRES: asserts" for test unswitch-equality-undef.ll.
llvm-svn: 309073
Diffstat (limited to 'llvm/test/Transforms/LoopUnswitch')
| -rw-r--r-- | llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll b/llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll index d77de7bd571..de0ca182dd8 100644 --- a/llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll +++ b/llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: opt < %s -instcombine -licm -loop-unswitch -loop-unswitch-threshold=1000 -disable-output -stats 2>&1| FileCheck %s ; Check no loop unswitch is done because unswitching of equality expr with ; undef is unsafe before the freeze patch is committed. |

