From 415d754f53116480ef9f15a52c8552d87d542c99 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 3 Apr 2010 06:22:52 +0000 Subject: [PATCH] rename test since it is a feature test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100277 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../{2008-11-17-Floating.ll => floating-point-iv.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/IndVarSimplify/{2008-11-17-Floating.ll => floating-point-iv.ll} (100%) diff --git a/test/Transforms/IndVarSimplify/2008-11-17-Floating.ll b/test/Transforms/IndVarSimplify/floating-point-iv.ll similarity index 100% rename from test/Transforms/IndVarSimplify/2008-11-17-Floating.ll rename to test/Transforms/IndVarSimplify/floating-point-iv.ll -- 2.34.1