summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-06-07 00:22:52 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-06-07 00:22:52 +0000
commitb34fd817ba23401b30d8ab4227417d2d1d24c661 (patch)
tree6b72902e2886bc4c578582121d23b89aac318777 /llvm/test/Transforms
parent9e9d63867633502611f4f5278779d45f28d7cfbe (diff)
downloadbcm5719-llvm-b34fd817ba23401b30d8ab4227417d2d1d24c661.tar.gz
bcm5719-llvm-b34fd817ba23401b30d8ab4227417d2d1d24c661.zip
Introduce the new feature "abi-breaking-checks" to satisfy -reverse-iterate in llvm/test/Transforms/Util/PredicateInfo/
A few tests in llvm/test/Transforms/Util/PredicateInfo/ are using -reverse-iterate. The option -reverse-iterate is enabled with +Asserts in usual cases, but it can be turned on/off regardless of LLVM_ENABLE_ASSERTIONS. I wonder if this were incompatible to https://reviews.llvm.org/D33908 (r304757). Differential Revision: https://reviews.llvm.org/D33854 llvm-svn: 304851
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/Util/PredicateInfo/condprop2.ll2
-rw-r--r--llvm/test/Transforms/Util/PredicateInfo/testandor2.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/Util/PredicateInfo/condprop2.ll b/llvm/test/Transforms/Util/PredicateInfo/condprop2.ll
index 415fa7c879e..facd22f5b7a 100644
--- a/llvm/test/Transforms/Util/PredicateInfo/condprop2.ll
+++ b/llvm/test/Transforms/Util/PredicateInfo/condprop2.ll
@@ -1,4 +1,4 @@
-; REQUIRES: asserts
+; REQUIRES: abi-breaking-checks
; NOTE: The flag -reverse-iterate is present only in a +Asserts build.
; Hence, this test has been split from condprop.ll to test with -reverse-iterate.
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
diff --git a/llvm/test/Transforms/Util/PredicateInfo/testandor2.ll b/llvm/test/Transforms/Util/PredicateInfo/testandor2.ll
index a03250c2f7a..a1b9c62040c 100644
--- a/llvm/test/Transforms/Util/PredicateInfo/testandor2.ll
+++ b/llvm/test/Transforms/Util/PredicateInfo/testandor2.ll
@@ -1,4 +1,4 @@
-; REQUIRES: asserts
+; REQUIRES: abi-breaking-checks
; NOTE: The flag -reverse-iterate is present only in a +Asserts build.
; Hence, this test has been split from testandor.ll to test with -reverse-iterate.
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
OpenPOWER on IntegriCloud