From 4af2c40c63a01da115ba5795804fa0c16018411b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 27 Oct 2008 18:28:24 +0000 Subject: [PATCH] rename vec_spat -> vec_splat, pointed out by duncan git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58260 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/{vec_spat.ll => vec_splat.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/PowerPC/{vec_spat.ll => vec_splat.ll} (100%) diff --git a/test/CodeGen/PowerPC/vec_spat.ll b/test/CodeGen/PowerPC/vec_splat.ll similarity index 100% rename from test/CodeGen/PowerPC/vec_spat.ll rename to test/CodeGen/PowerPC/vec_splat.ll -- 2.34.1