From b2e673c563df01c574c6719c8cd8d012afa903ee Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 30 Aug 2009 21:36:39 +0000 Subject: [PATCH] rename test so that name reflects what it is testing for. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80519 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/BasicAA/{licmtest.ll => store-promote.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Analysis/BasicAA/{licmtest.ll => store-promote.ll} (100%) diff --git a/test/Analysis/BasicAA/licmtest.ll b/test/Analysis/BasicAA/store-promote.ll similarity index 100% rename from test/Analysis/BasicAA/licmtest.ll rename to test/Analysis/BasicAA/store-promote.ll -- 2.34.1