From 0d4ee1a7cd6df2fd55a822298c05560fd0701def Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 7 Aug 2008 15:36:46 +0000 Subject: [PATCH] Move two tests from SRETPromotion to Inline, since they only call opt -inline. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54465 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/{SRETPromotion => Inline}/2008-03-07-Inline-2.ll | 0 test/Transforms/{SRETPromotion => Inline}/2008-03-07-Inline.ll | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/{SRETPromotion => Inline}/2008-03-07-Inline-2.ll (100%) rename test/Transforms/{SRETPromotion => Inline}/2008-03-07-Inline.ll (100%) diff --git a/test/Transforms/SRETPromotion/2008-03-07-Inline-2.ll b/test/Transforms/Inline/2008-03-07-Inline-2.ll similarity index 100% rename from test/Transforms/SRETPromotion/2008-03-07-Inline-2.ll rename to test/Transforms/Inline/2008-03-07-Inline-2.ll diff --git a/test/Transforms/SRETPromotion/2008-03-07-Inline.ll b/test/Transforms/Inline/2008-03-07-Inline.ll similarity index 100% rename from test/Transforms/SRETPromotion/2008-03-07-Inline.ll rename to test/Transforms/Inline/2008-03-07-Inline.ll -- 2.34.1