From 69580509c8409ec74a1190cbdb156a592e05967a Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Thu, 22 Sep 2016 14:45:46 +0000 Subject: [PATCH] GVN-hoist: move hoist testcase to GVNHoist dir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282161 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/{GVN => GVNHoist}/pr28626.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/{GVN => GVNHoist}/pr28626.ll (100%) diff --git a/test/Transforms/GVN/pr28626.ll b/test/Transforms/GVNHoist/pr28626.ll similarity index 100% rename from test/Transforms/GVN/pr28626.ll rename to test/Transforms/GVNHoist/pr28626.ll -- 2.50.1