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

llvm-svn: 176873
diff --git a/llvm/test/Analysis/RegionInfo/Stats/lit.local.cfg b/llvm/test/Analysis/RegionInfo/Stats/lit.local.cfg
deleted file mode 100644
index 89c0cd9..0000000
--- a/llvm/test/Analysis/RegionInfo/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/Analysis/RegionInfo/Stats/block_sort.ll b/llvm/test/Analysis/RegionInfo/block_sort.ll
similarity index 98%
rename from llvm/test/Analysis/RegionInfo/Stats/block_sort.ll
rename to llvm/test/Analysis/RegionInfo/block_sort.ll
index ac77ab3..d7ef79c 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/block_sort.ll
+++ b/llvm/test/Analysis/RegionInfo/block_sort.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats -analyze < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/cond_loop.ll b/llvm/test/Analysis/RegionInfo/cond_loop.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/cond_loop.ll
rename to llvm/test/Analysis/RegionInfo/cond_loop.ll
index 1145ffd..0da4e5d 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/cond_loop.ll
+++ b/llvm/test/Analysis/RegionInfo/cond_loop.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/condition_complicated.ll b/llvm/test/Analysis/RegionInfo/condition_complicated.ll
similarity index 98%
rename from llvm/test/Analysis/RegionInfo/Stats/condition_complicated.ll
rename to llvm/test/Analysis/RegionInfo/condition_complicated.ll
index 6b39880..53f13c1 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/condition_complicated.ll
+++ b/llvm/test/Analysis/RegionInfo/condition_complicated.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/condition_complicated_2.ll b/llvm/test/Analysis/RegionInfo/condition_complicated_2.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/condition_complicated_2.ll
rename to llvm/test/Analysis/RegionInfo/condition_complicated_2.ll
index f551108..fd04afc 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/condition_complicated_2.ll
+++ b/llvm/test/Analysis/RegionInfo/condition_complicated_2.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/condition_forward_edge.ll b/llvm/test/Analysis/RegionInfo/condition_forward_edge.ll
similarity index 96%
rename from llvm/test/Analysis/RegionInfo/Stats/condition_forward_edge.ll
rename to llvm/test/Analysis/RegionInfo/condition_forward_edge.ll
index 5e4d9d2..88c45c2 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/condition_forward_edge.ll
+++ b/llvm/test/Analysis/RegionInfo/condition_forward_edge.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/condition_same_exit.ll b/llvm/test/Analysis/RegionInfo/condition_same_exit.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/condition_same_exit.ll
rename to llvm/test/Analysis/RegionInfo/condition_same_exit.ll
index e48413a..bfb0df8 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/condition_same_exit.ll
+++ b/llvm/test/Analysis/RegionInfo/condition_same_exit.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/condition_simple.ll b/llvm/test/Analysis/RegionInfo/condition_simple.ll
similarity index 96%
rename from llvm/test/Analysis/RegionInfo/Stats/condition_simple.ll
rename to llvm/test/Analysis/RegionInfo/condition_simple.ll
index 00d9ed2..3f93a6e 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/condition_simple.ll
+++ b/llvm/test/Analysis/RegionInfo/condition_simple.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/exit_in_condition.ll b/llvm/test/Analysis/RegionInfo/exit_in_condition.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/exit_in_condition.ll
rename to llvm/test/Analysis/RegionInfo/exit_in_condition.ll
index b84abec..ac409ec 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/exit_in_condition.ll
+++ b/llvm/test/Analysis/RegionInfo/exit_in_condition.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/infinite_loop.ll b/llvm/test/Analysis/RegionInfo/infinite_loop.ll
similarity index 95%
rename from llvm/test/Analysis/RegionInfo/Stats/infinite_loop.ll
rename to llvm/test/Analysis/RegionInfo/infinite_loop.ll
index 8e58828..61abef8 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/infinite_loop.ll
+++ b/llvm/test/Analysis/RegionInfo/infinite_loop.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s 
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 
diff --git a/llvm/test/Analysis/RegionInfo/Stats/infinite_loop_2.ll b/llvm/test/Analysis/RegionInfo/infinite_loop_2.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/infinite_loop_2.ll
rename to llvm/test/Analysis/RegionInfo/infinite_loop_2.ll
index a8227e3..56e83cf 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/infinite_loop_2.ll
+++ b/llvm/test/Analysis/RegionInfo/infinite_loop_2.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s 
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/infinite_loop_3.ll b/llvm/test/Analysis/RegionInfo/infinite_loop_3.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/infinite_loop_3.ll
rename to llvm/test/Analysis/RegionInfo/infinite_loop_3.ll
index b09c9c1..4538f0f 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/infinite_loop_3.ll
+++ b/llvm/test/Analysis/RegionInfo/infinite_loop_3.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s 
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 
diff --git a/llvm/test/Analysis/RegionInfo/Stats/infinite_loop_4.ll b/llvm/test/Analysis/RegionInfo/infinite_loop_4.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/infinite_loop_4.ll
rename to llvm/test/Analysis/RegionInfo/infinite_loop_4.ll
index 681c305..4ac9068 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/infinite_loop_4.ll
+++ b/llvm/test/Analysis/RegionInfo/infinite_loop_4.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s 
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/loop_with_condition.ll b/llvm/test/Analysis/RegionInfo/loop_with_condition.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/loop_with_condition.ll
rename to llvm/test/Analysis/RegionInfo/loop_with_condition.ll
index 08d2ba8..4c1c8654 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/loop_with_condition.ll
+++ b/llvm/test/Analysis/RegionInfo/loop_with_condition.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 
diff --git a/llvm/test/Analysis/RegionInfo/Stats/loops_1.ll b/llvm/test/Analysis/RegionInfo/loops_1.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/loops_1.ll
rename to llvm/test/Analysis/RegionInfo/loops_1.ll
index 6449949..9efe619 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/loops_1.ll
+++ b/llvm/test/Analysis/RegionInfo/loops_1.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/loops_2.ll b/llvm/test/Analysis/RegionInfo/loops_2.ll
similarity index 98%
rename from llvm/test/Analysis/RegionInfo/Stats/loops_2.ll
rename to llvm/test/Analysis/RegionInfo/loops_2.ll
index dc4a1ad..ca7eca7 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/loops_2.ll
+++ b/llvm/test/Analysis/RegionInfo/loops_2.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/mix_1.ll b/llvm/test/Analysis/RegionInfo/mix_1.ll
similarity index 98%
rename from llvm/test/Analysis/RegionInfo/Stats/mix_1.ll
rename to llvm/test/Analysis/RegionInfo/mix_1.ll
index 1474e03..55001c7 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/mix_1.ll
+++ b/llvm/test/Analysis/RegionInfo/mix_1.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 
diff --git a/llvm/test/Analysis/RegionInfo/Stats/nested_loops.ll b/llvm/test/Analysis/RegionInfo/nested_loops.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/nested_loops.ll
rename to llvm/test/Analysis/RegionInfo/nested_loops.ll
index a3707a1..3e73b3a 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/nested_loops.ll
+++ b/llvm/test/Analysis/RegionInfo/nested_loops.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 
diff --git a/llvm/test/Analysis/RegionInfo/Stats/next.ll b/llvm/test/Analysis/RegionInfo/next.ll
similarity index 98%
rename from llvm/test/Analysis/RegionInfo/Stats/next.ll
rename to llvm/test/Analysis/RegionInfo/next.ll
index 890b4f2..b22bbcc 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/next.ll
+++ b/llvm/test/Analysis/RegionInfo/next.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/paper.ll b/llvm/test/Analysis/RegionInfo/paper.ll
similarity index 98%
rename from llvm/test/Analysis/RegionInfo/Stats/paper.ll
rename to llvm/test/Analysis/RegionInfo/paper.ll
index 96c87e0..0398d2b 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/paper.ll
+++ b/llvm/test/Analysis/RegionInfo/paper.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
diff --git a/llvm/test/Analysis/RegionInfo/Stats/two_loops_same_header.ll b/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll
similarity index 97%
rename from llvm/test/Analysis/RegionInfo/Stats/two_loops_same_header.ll
rename to llvm/test/Analysis/RegionInfo/two_loops_same_header.ll
index e75661e..2571342 100644
--- a/llvm/test/Analysis/RegionInfo/Stats/two_loops_same_header.ll
+++ b/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -regions -analyze < %s | FileCheck %s
 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
 ; RUN: opt -regions -print-region-style=bb  -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s