summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify
diff options
context:
space:
mode:
authorJan Wen Voung <jvoung@google.com>2013-03-12 16:27:52 +0000
committerJan Wen Voung <jvoung@google.com>2013-03-12 16:27:52 +0000
commit6dc3076080a40c29f503cbf1e6ce72ead1e63fb6 (patch)
treebe0438e782d385284467c2921fbc917c15d26a66 /llvm/test/Transforms/IndVarSimplify
parent00253592c77666fed0d1d80a54ec674103dec717 (diff)
downloadbcm5719-llvm-6dc3076080a40c29f503cbf1e6ce72ead1e63fb6.tar.gz
bcm5719-llvm-6dc3076080a40c29f503cbf1e6ce72ead1e63fb6.zip
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
llvm-svn: 176873
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify')
-rw-r--r--llvm/test/Transforms/IndVarSimplify/Stats/lit.local.cfg4
-rw-r--r--llvm/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll (renamed from llvm/test/Transforms/IndVarSimplify/Stats/phi-uses-value-multiple-times.ll)1
2 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/Stats/lit.local.cfg b/llvm/test/Transforms/IndVarSimplify/Stats/lit.local.cfg
deleted file mode 100644
index 89c0cd9d487..00000000000
--- a/llvm/test/Transforms/IndVarSimplify/Stats/lit.local.cfg
+++ /dev/null
@@ -1,4 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
-if not config.root.enable_assertions:
- config.unsupported = True
diff --git a/llvm/test/Transforms/IndVarSimplify/Stats/phi-uses-value-multiple-times.ll b/llvm/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll
index 52c9e5c3ffc..dc36b994825 100644
--- a/llvm/test/Transforms/IndVarSimplify/Stats/phi-uses-value-multiple-times.ll
+++ b/llvm/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: opt < %s -indvars -disable-output -stats -info-output-file - | FileCheck %s
; Check that IndVarSimplify is not creating unnecessary canonical IVs
; that will never be used.
OpenPOWER on IntegriCloud