]> granicus.if.org Git - llvm/commitdiff
Add "REQUIRES: asserts" for test unswitch-equality-undef.ll.
authorWei Mi <wmi@google.com>
Wed, 26 Jul 2017 01:34:46 +0000 (01:34 +0000)
committerWei Mi <wmi@google.com>
Wed, 26 Jul 2017 01:34:46 +0000 (01:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309073 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopUnswitch/unswitch-equality-undef.ll

index d77de7bd5719a9084035c57ce73291dc5b3dc990..de0ca182dd85942856b8f8a0b18cace581dbf202 100644 (file)
@@ -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.