Moving CBE tests to test/Regression/CodeGen/CBackend
authorChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 22:56:30 +0000 (22:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 22:56:30 +0000 (22:56 +0000)
commit3a0628a29a66c737186828233b037ab872e3aaaa
tree93865545fd1e7a6f0b4f17fab518ba7187047552
parent74661c838c66f8e30226da8a1f3b77548a584203
Moving CBE tests to test/Regression/CodeGen/CBackend

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11486 91177308-0d34-0410-b5e6-96231b3b80d8
33 files changed:
test/CBackend/2002-05-16-NameCollide.ll [deleted file]
test/CBackend/2002-05-21-MissingReturn.ll [deleted file]
test/CBackend/2002-08-19-ConstPointerRef.ll [deleted file]
test/CBackend/2002-08-19-ConstantExpr.ll [deleted file]
test/CBackend/2002-08-19-DataPointer.ll [deleted file]
test/CBackend/2002-08-19-FunctionPointer.ll [deleted file]
test/CBackend/2002-08-19-HardConstantExpr.ll [deleted file]
test/CBackend/2002-08-20-RecursiveTypes.ll [deleted file]
test/CBackend/2002-08-20-UnnamedArgument.ll [deleted file]
test/CBackend/2002-08-26-IndirectCallTest.ll [deleted file]
test/CBackend/2002-08-30-StructureOrderingTest.ll [deleted file]
test/CBackend/2002-09-20-ArrayTypeFailure.ll [deleted file]
test/CBackend/2002-09-20-VarArgPrototypes.ll [deleted file]
test/CBackend/2002-10-15-OpaqueTypeProblem.ll [deleted file]
test/CBackend/2002-10-16-External.ll [deleted file]
test/CBackend/2002-10-30-FunctionPointerAlloca.ll [deleted file]
test/CBackend/2002-11-06-PrintEscaped.ll [deleted file]
test/CBackend/2003-05-12-IntegerSizeWarning.ll [deleted file]
test/CBackend/2003-05-13-VarArgFunction.ll [deleted file]
test/CBackend/2003-05-31-MissingStructName.ll [deleted file]
test/CBackend/2003-06-01-NullPointerType.ll [deleted file]
test/CBackend/2003-06-11-HexConstant.ll [deleted file]
test/CBackend/2003-06-11-LiteralStringProblem.ll [deleted file]
test/CBackend/2003-06-23-PromotedExprs.llx [deleted file]
test/CBackend/2003-06-28-InvokeSupport.ll [deleted file]
test/CBackend/2003-06-28-LinkOnceGlobalVars.llx [deleted file]
test/CBackend/2003-10-12-NANGlobalInits.ll [deleted file]
test/CBackend/2003-10-23-UnusedType.ll [deleted file]
test/CBackend/2003-10-23-ZeroArgVarargs.ll [deleted file]
test/CBackend/2003-10-28-CastToPtrToStruct.ll [deleted file]
test/CBackend/2003-11-21-ConstantShiftExpr.ll [deleted file]
test/CBackend/2004-02-13-FrameReturnAddress.llx [deleted file]
test/CBackend/2004-02-15-PreexistingExternals.llx [deleted file]