From 7e9e10bd46dc4fd6d7de3ed1cbe28b3a058736fc Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 25 Jul 2007 19:47:31 +0000 Subject: [PATCH] Moving regression test to reflect move in source and headers to Bitcode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40488 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{Bytecode => Bitcode}/2006-12-11-Cast-ConstExpr.ll | 0 test/{Bytecode => Bitcode}/dg.exp | 0 test/{Bytecode => Bitcode}/memcpy.ll | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/{Bytecode => Bitcode}/2006-12-11-Cast-ConstExpr.ll (100%) rename test/{Bytecode => Bitcode}/dg.exp (100%) rename test/{Bytecode => Bitcode}/memcpy.ll (100%) diff --git a/test/Bytecode/2006-12-11-Cast-ConstExpr.ll b/test/Bitcode/2006-12-11-Cast-ConstExpr.ll similarity index 100% rename from test/Bytecode/2006-12-11-Cast-ConstExpr.ll rename to test/Bitcode/2006-12-11-Cast-ConstExpr.ll diff --git a/test/Bytecode/dg.exp b/test/Bitcode/dg.exp similarity index 100% rename from test/Bytecode/dg.exp rename to test/Bitcode/dg.exp diff --git a/test/Bytecode/memcpy.ll b/test/Bitcode/memcpy.ll similarity index 100% rename from test/Bytecode/memcpy.ll rename to test/Bitcode/memcpy.ll -- 2.34.1