summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll')
-rw-r--r--llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll18
1 files changed, 0 insertions, 18 deletions
diff --git a/llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll b/llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
deleted file mode 100644
index a4d39334fa2..00000000000
--- a/llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
+++ /dev/null
@@ -1,18 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl -disable-output
-
-void %output_toc() {
-entry:
- %buf = alloca [256 x sbyte], align 16 ; <[256 x sbyte]*> [#uses=1]
- %name = alloca sbyte*, align 4 ; <sbyte**> [#uses=1]
- %real_name = alloca sbyte*, align 4 ; <sbyte**> [#uses=0]
- "alloca point" = cast int 0 to int ; <int> [#uses=0]
- %buf = cast [256 x sbyte]* %buf to sbyte* ; <sbyte*> [#uses=1]
- store sbyte* %buf, sbyte** %name
- call void %abort( )
- unreachable
-
-return: ; No predecessors!
- ret void
-}
-
-declare void %abort()
OpenPOWER on IntegriCloud