From fb95b0ea190fa2d25e8a2e98fa5c88d1fa2fdd9a 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. llvm-svn: 40488 --- llvm/test/{Bytecode => Bitcode}/2006-12-11-Cast-ConstExpr.ll | 0 llvm/test/{Bytecode => Bitcode}/dg.exp | 0 llvm/test/{Bytecode => Bitcode}/memcpy.ll | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename llvm/test/{Bytecode => Bitcode}/2006-12-11-Cast-ConstExpr.ll (100%) rename llvm/test/{Bytecode => Bitcode}/dg.exp (100%) rename llvm/test/{Bytecode => Bitcode}/memcpy.ll (100%) diff --git a/llvm/test/Bytecode/2006-12-11-Cast-ConstExpr.ll b/llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll similarity index 100% rename from llvm/test/Bytecode/2006-12-11-Cast-ConstExpr.ll rename to llvm/test/Bitcode/2006-12-11-Cast-ConstExpr.ll diff --git a/llvm/test/Bytecode/dg.exp b/llvm/test/Bitcode/dg.exp similarity index 100% rename from llvm/test/Bytecode/dg.exp rename to llvm/test/Bitcode/dg.exp diff --git a/llvm/test/Bytecode/memcpy.ll b/llvm/test/Bitcode/memcpy.ll similarity index 100% rename from llvm/test/Bytecode/memcpy.ll rename to llvm/test/Bitcode/memcpy.ll