From f7681b3e3a302b22d728cb4e59fbaade350b635f Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Tue, 28 Jul 2015 00:13:42 +0000 Subject: [PATCH] [LSR] Move X86 specific test case to X86/ rL243348 added the test case in the wrong directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243357 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopStrengthReduce/{ => X86}/zext-of-scale.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/LoopStrengthReduce/{ => X86}/zext-of-scale.ll (100%) diff --git a/test/Transforms/LoopStrengthReduce/zext-of-scale.ll b/test/Transforms/LoopStrengthReduce/X86/zext-of-scale.ll similarity index 100% rename from test/Transforms/LoopStrengthReduce/zext-of-scale.ll rename to test/Transforms/LoopStrengthReduce/X86/zext-of-scale.ll -- 2.34.1