From 5333459a1ef1b1ff2fe0249f0eb77cfa7d50a057 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 26 Aug 2010 21:50:56 +0000 Subject: [PATCH] rename test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112224 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../InstCombine/{bitcast-scalar-to-vector.ll => bitcast.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/InstCombine/{bitcast-scalar-to-vector.ll => bitcast.ll} (100%) diff --git a/test/Transforms/InstCombine/bitcast-scalar-to-vector.ll b/test/Transforms/InstCombine/bitcast.ll similarity index 100% rename from test/Transforms/InstCombine/bitcast-scalar-to-vector.ll rename to test/Transforms/InstCombine/bitcast.ll -- 2.34.1