diff options
author | Jan Wen Voung <jvoung@google.com> | 2013-03-12 16:27:52 +0000 |
---|---|---|
committer | Jan Wen Voung <jvoung@google.com> | 2013-03-12 16:27:52 +0000 |
commit | 6dc3076080a40c29f503cbf1e6ce72ead1e63fb6 (patch) | |
tree | be0438e782d385284467c2921fbc917c15d26a66 /llvm/test/Transforms/IndVarSimplify | |
parent | 00253592c77666fed0d1d80a54ec674103dec717 (diff) | |
download | bcm5719-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.cfg | 4 | ||||
-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. |