summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendAda/array_ref.adb
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-27 00:07:56 +0000
committerEric Christopher <echristo@apple.com>2011-07-27 00:07:56 +0000
commitd23b96f92376c4b5b4717cfc032ce04db44fca75 (patch)
treeb56d7da69df481748387e7f66ffbed64bf80f208 /llvm/test/FrontendAda/array_ref.adb
parent12ff9528b21b6c5a53e78878aa8616b053511325 (diff)
downloadbcm5719-llvm-d23b96f92376c4b5b4717cfc032ce04db44fca75.tar.gz
bcm5719-llvm-d23b96f92376c4b5b4717cfc032ce04db44fca75.zip
Remove these two directories. The tests can be ported to dragonegg if
they're still wanted. llvm-svn: 136193
Diffstat (limited to 'llvm/test/FrontendAda/array_ref.adb')
-rw-r--r--llvm/test/FrontendAda/array_ref.adb11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/FrontendAda/array_ref.adb b/llvm/test/FrontendAda/array_ref.adb
deleted file mode 100644
index 2bf4b7988d6..00000000000
--- a/llvm/test/FrontendAda/array_ref.adb
+++ /dev/null
@@ -1,11 +0,0 @@
--- RUN: %llvmgcc -S %s
-procedure Array_Ref is
- type A is array (Natural range <>, Natural range <>) of Boolean;
- type A_Access is access A;
- function Get (X : A_Access) return Boolean is
- begin
- return X (0, 0);
- end;
-begin
- null;
-end;
OpenPOWER on IntegriCloud