summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorMax Kazantsev <max.kazantsev@azul.com>2019-01-15 10:48:45 +0000
committerMax Kazantsev <max.kazantsev@azul.com>2019-01-15 10:48:45 +0000
commit80242ee87eb2220759c9b1cb06191147f57587aa (patch)
tree9656bbdf4ba2ffcfacf8d8e9038a11833941c063 /llvm/test
parent58000f804a2d74b38bced0868c6ea86b935d4b4c (diff)
downloadbcm5719-llvm-80242ee87eb2220759c9b1cb06191147f57587aa.tar.gz
bcm5719-llvm-80242ee87eb2220759c9b1cb06191147f57587aa.zip
[NFC] Remove obsolete enum RangeCheckKind
llvm-svn: 351183
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/IRCE/only-lower-check.ll1
-rw-r--r--llvm/test/Transforms/IRCE/only-upper-check.ll1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Transforms/IRCE/only-lower-check.ll b/llvm/test/Transforms/IRCE/only-lower-check.ll
index e913ea61c03..ad379fb20ac 100644
--- a/llvm/test/Transforms/IRCE/only-lower-check.ll
+++ b/llvm/test/Transforms/IRCE/only-lower-check.ll
@@ -3,7 +3,6 @@
; CHECK: irce: loop has 1 inductive range checks:
; CHECK-NEXT: InductiveRangeCheck:
-; CHECK-NEXT: Kind: RANGE_CHECK_LOWER
; CHECK-NEXT: Begin: (-1 + %n) Step: -1 End: 2147483647
; CHECK-NEXT: CheckUse: br i1 %abc, label %in.bounds, label %out.of.bounds, !prof !1 Operand: 0
; CHECK-NEXT: irce: in function only_lower_check: constrained Loop at depth 1 containing: %loop<header><exiting>,%in.bounds<latch><exiting>
diff --git a/llvm/test/Transforms/IRCE/only-upper-check.ll b/llvm/test/Transforms/IRCE/only-upper-check.ll
index 859ac4e2311..45a911b5bfd 100644
--- a/llvm/test/Transforms/IRCE/only-upper-check.ll
+++ b/llvm/test/Transforms/IRCE/only-upper-check.ll
@@ -3,7 +3,6 @@
; CHECK: irce: loop has 1 inductive range checks:
; CHECK-NEXT:InductiveRangeCheck:
-; CHECK-NEXT: Kind: RANGE_CHECK_UPPER
; CHECK-NEXT: Begin: %offset Step: 1 End: %len
; CHECK-NEXT: CheckUse: br i1 %abc, label %in.bounds, label %out.of.bounds, !prof !1 Operand: 0
; CHECK-NEXT: irce: in function incrementing: constrained Loop at depth 1 containing: %loop<header><exiting>,%in.bounds<latch><exiting>
OpenPOWER on IntegriCloud