From f7214bca742255f012ba205e13a6548defafad0c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 26 Jan 2008 06:53:06 +0000 Subject: [PATCH] Move testcase to the code gen directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46395 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{CFrontend => CodeGen/PowerPC}/2008-01-25-EmptyFunction.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{CFrontend => CodeGen/PowerPC}/2008-01-25-EmptyFunction.c (100%) diff --git a/test/CFrontend/2008-01-25-EmptyFunction.c b/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.c similarity index 100% rename from test/CFrontend/2008-01-25-EmptyFunction.c rename to test/CodeGen/PowerPC/2008-01-25-EmptyFunction.c -- 2.34.1