From 830195e5fb6b1f01d067c6655df5bb7f6da6e254 Mon Sep 17 00:00:00 2001 From: Michael Zolotukhin Date: Mon, 5 May 2014 18:10:15 +0000 Subject: [PATCH] Move test from r207969 to another folder and rename it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207984 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../X86/constant-hoisting-shift-immediate.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{Transforms/ConstantHoisting/X86/large-immediate-2.ll => CodeGen/X86/constant-hoisting-shift-immediate.ll} (100%) diff --git a/test/Transforms/ConstantHoisting/X86/large-immediate-2.ll b/test/CodeGen/X86/constant-hoisting-shift-immediate.ll similarity index 100% rename from test/Transforms/ConstantHoisting/X86/large-immediate-2.ll rename to test/CodeGen/X86/constant-hoisting-shift-immediate.ll -- 2.34.1