From 4f118f0a20413139f6da22628a28ecf1f39db0f1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 13 Dec 2008 18:47:40 +0000 Subject: [PATCH] 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 --- test/Transforms/GVN/{call.ll => bitcast-of-call.ll} | 0 test/Transforms/GVN/{nonlocal-cse.ll => calls-nonlocal.ll} | 0 test/Transforms/GVN/{readonly-calls.ll => calls-readonly.ll} | 0 test/Transforms/GVN/{pre-load.ll => lpre-basic.ll} | 0 test/Transforms/GVN/{pre.ll => pre-basic-add.ll} | 0 test/Transforms/GVN/{dominated.ll => rle-dominated.ll} | 0 test/Transforms/GVN/{nonlocal.ll => rle-nonlocal.ll} | 0 test/Transforms/GVN/{semidominated.ll => rle-semidominated.ll} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/GVN/{call.ll => bitcast-of-call.ll} (100%) rename test/Transforms/GVN/{nonlocal-cse.ll => calls-nonlocal.ll} (100%) rename test/Transforms/GVN/{readonly-calls.ll => calls-readonly.ll} (100%) rename test/Transforms/GVN/{pre-load.ll => lpre-basic.ll} (100%) rename test/Transforms/GVN/{pre.ll => pre-basic-add.ll} (100%) rename test/Transforms/GVN/{dominated.ll => rle-dominated.ll} (100%) rename test/Transforms/GVN/{nonlocal.ll => rle-nonlocal.ll} (100%) rename test/Transforms/GVN/{semidominated.ll => rle-semidominated.ll} (100%) diff --git a/test/Transforms/GVN/call.ll b/test/Transforms/GVN/bitcast-of-call.ll similarity index 100% rename from test/Transforms/GVN/call.ll rename to test/Transforms/GVN/bitcast-of-call.ll diff --git a/test/Transforms/GVN/nonlocal-cse.ll b/test/Transforms/GVN/calls-nonlocal.ll similarity index 100% rename from test/Transforms/GVN/nonlocal-cse.ll rename to test/Transforms/GVN/calls-nonlocal.ll diff --git a/test/Transforms/GVN/readonly-calls.ll b/test/Transforms/GVN/calls-readonly.ll similarity index 100% rename from test/Transforms/GVN/readonly-calls.ll rename to test/Transforms/GVN/calls-readonly.ll diff --git a/test/Transforms/GVN/pre-load.ll b/test/Transforms/GVN/lpre-basic.ll similarity index 100% rename from test/Transforms/GVN/pre-load.ll rename to test/Transforms/GVN/lpre-basic.ll diff --git a/test/Transforms/GVN/pre.ll b/test/Transforms/GVN/pre-basic-add.ll similarity index 100% rename from test/Transforms/GVN/pre.ll rename to test/Transforms/GVN/pre-basic-add.ll diff --git a/test/Transforms/GVN/dominated.ll b/test/Transforms/GVN/rle-dominated.ll similarity index 100% rename from test/Transforms/GVN/dominated.ll rename to test/Transforms/GVN/rle-dominated.ll diff --git a/test/Transforms/GVN/nonlocal.ll b/test/Transforms/GVN/rle-nonlocal.ll similarity index 100% rename from test/Transforms/GVN/nonlocal.ll rename to test/Transforms/GVN/rle-nonlocal.ll diff --git a/test/Transforms/GVN/semidominated.ll b/test/Transforms/GVN/rle-semidominated.ll similarity index 100% rename from test/Transforms/GVN/semidominated.ll rename to test/Transforms/GVN/rle-semidominated.ll -- 2.34.1