aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-12-13 18:47:40 +0000
committerChris Lattner <sabre@nondot.org>2008-12-13 18:47:40 +0000
commit4f118f0a20413139f6da22628a28ecf1f39db0f1 (patch)
tree3063f42b2f731ab838de820ff69a383e79729bbf
parentc2f33f24afdba9813a202bb1b8f9ee5480863c69 (diff)
rename some tests to be more uniform in naming convention.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60988 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/GVN/bitcast-of-call.ll (renamed from test/Transforms/GVN/call.ll)0
-rw-r--r--test/Transforms/GVN/calls-nonlocal.ll (renamed from test/Transforms/GVN/nonlocal-cse.ll)0
-rw-r--r--test/Transforms/GVN/calls-readonly.ll (renamed from test/Transforms/GVN/readonly-calls.ll)0
-rw-r--r--test/Transforms/GVN/lpre-basic.ll (renamed from test/Transforms/GVN/pre-load.ll)0
-rw-r--r--test/Transforms/GVN/pre-basic-add.ll (renamed from test/Transforms/GVN/pre.ll)0
-rw-r--r--test/Transforms/GVN/rle-dominated.ll (renamed from test/Transforms/GVN/dominated.ll)0
-rw-r--r--test/Transforms/GVN/rle-nonlocal.ll (renamed from test/Transforms/GVN/nonlocal.ll)0
-rw-r--r--test/Transforms/GVN/rle-semidominated.ll (renamed from test/Transforms/GVN/semidominated.ll)0
8 files changed, 0 insertions, 0 deletions
diff --git a/test/Transforms/GVN/call.ll b/test/Transforms/GVN/bitcast-of-call.ll
index 0a045c8bd5..0a045c8bd5 100644
--- a/test/Transforms/GVN/call.ll
+++ b/test/Transforms/GVN/bitcast-of-call.ll
diff --git a/test/Transforms/GVN/nonlocal-cse.ll b/test/Transforms/GVN/calls-nonlocal.ll
index 0d1c8a38ad..0d1c8a38ad 100644
--- a/test/Transforms/GVN/nonlocal-cse.ll
+++ b/test/Transforms/GVN/calls-nonlocal.ll
diff --git a/test/Transforms/GVN/readonly-calls.ll b/test/Transforms/GVN/calls-readonly.ll
index 723ef77492..723ef77492 100644
--- a/test/Transforms/GVN/readonly-calls.ll
+++ b/test/Transforms/GVN/calls-readonly.ll
diff --git a/test/Transforms/GVN/pre-load.ll b/test/Transforms/GVN/lpre-basic.ll
index 5b52863b1c..5b52863b1c 100644
--- a/test/Transforms/GVN/pre-load.ll
+++ b/test/Transforms/GVN/lpre-basic.ll
diff --git a/test/Transforms/GVN/pre.ll b/test/Transforms/GVN/pre-basic-add.ll
index f00bda3c44..f00bda3c44 100644
--- a/test/Transforms/GVN/pre.ll
+++ b/test/Transforms/GVN/pre-basic-add.ll
diff --git a/test/Transforms/GVN/dominated.ll b/test/Transforms/GVN/rle-dominated.ll
index d7c9417bcf..d7c9417bcf 100644
--- a/test/Transforms/GVN/dominated.ll
+++ b/test/Transforms/GVN/rle-dominated.ll
diff --git a/test/Transforms/GVN/nonlocal.ll b/test/Transforms/GVN/rle-nonlocal.ll
index 1618d05efb..1618d05efb 100644
--- a/test/Transforms/GVN/nonlocal.ll
+++ b/test/Transforms/GVN/rle-nonlocal.ll
diff --git a/test/Transforms/GVN/semidominated.ll b/test/Transforms/GVN/rle-semidominated.ll
index 95ee56a39c..95ee56a39c 100644
--- a/test/Transforms/GVN/semidominated.ll
+++ b/test/Transforms/GVN/rle-semidominated.ll