Revert the test moves from 176733.  Use "REQUIRES: asserts" instead.

llvm-svn: 176873
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 89c0cd9..0000000
--- 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
similarity index 97%
rename from llvm/test/Transforms/IndVarSimplify/Stats/phi-uses-value-multiple-times.ll
rename to llvm/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll
index 52c9e5c..dc36b99 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.