diff options
Diffstat (limited to 'test/Transforms/Util/PredicateInfo/testandor.ll')
-rw-r--r-- | test/Transforms/Util/PredicateInfo/testandor.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/Util/PredicateInfo/testandor.ll b/test/Transforms/Util/PredicateInfo/testandor.ll index 43c508670908..c1048cf6d0f6 100644 --- a/test/Transforms/Util/PredicateInfo/testandor.ll +++ b/test/Transforms/Util/PredicateInfo/testandor.ll @@ -1,6 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt -print-predicateinfo < %s 2>&1 | FileCheck %s -; RUN: opt -print-predicateinfo -reverse-iterate < %s 2>&1 | FileCheck %s declare void @foo(i1) declare void @bar(i32) |