From f493a569c3d79cbe148fd9fa69a139cdff066116 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 14 Dec 2001 16:46:53 +0000 Subject: [PATCH] Update LLVM tests to use new pointer indexing, and remove unsized array test support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1474 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/allocatest2.ll | 8 +-- test/Feature/globalvars.ll | 2 +- test/Feature/opaquetypes.ll | 6 +-- test/Feature/recursivetype.ll | 7 ++- test/Feature/testalloca.ll | 10 ++-- test/Feature/testconstants.ll | 23 +++------ test/Feature/testmemory.ll | 16 +++--- test/Linker/testlink1.ll | 4 +- test/Linker/testlink2.ll | 2 +- test/ackermann.ll | 92 ----------------------------------- test/fib.ll | 52 -------------------- test/fib2.ll | 69 -------------------------- 12 files changed, 35 insertions(+), 256 deletions(-) delete mode 100644 test/ackermann.ll delete mode 100644 test/fib.ll delete mode 100644 test/fib2.ll diff --git a/test/Feature/allocatest2.ll b/test/Feature/allocatest2.ll index 2775f0129e4..7c93215a6e1 100644 --- a/test/Feature/allocatest2.ll +++ b/test/Feature/allocatest2.ll @@ -8,8 +8,8 @@ void "_Z17UseAllocaFunctionj"(uint %n) begin bb1: ;;