From 090a8166235b7bc32cb1bc6a73b47d0212181be7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 9 Apr 2008 17:46:36 +0000 Subject: [PATCH] remove capital letter from test name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49436 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyLibCalls/{Pow.ll => pow2.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/SimplifyLibCalls/{Pow.ll => pow2.ll} (100%) diff --git a/test/Transforms/SimplifyLibCalls/Pow.ll b/test/Transforms/SimplifyLibCalls/pow2.ll similarity index 100% rename from test/Transforms/SimplifyLibCalls/Pow.ll rename to test/Transforms/SimplifyLibCalls/pow2.ll -- 2.34.1