summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll')
-rw-r--r--llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll b/llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll
deleted file mode 100644
index b8874883bc4..00000000000
--- a/llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
-
-
- %BitField = type int
- %tokenptr = type %BitField*
-
-implementation
-
-void %test() {
- %pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
- ret void
-}
OpenPOWER on IntegriCloud