[llvm-commits] CVS: llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 20 13:48:44 PDT 2006
Changes in directory llvm/test/Regression/Transforms/ScalarRepl:
2006-04-20-PromoteCrash.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+18 -0)
2006-04-20-PromoteCrash.ll | 18 ++++++++++++++++++
1 files changed, 18 insertions(+)
Index: llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
diff -c /dev/null llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll:1.1
*** /dev/null Thu Apr 20 15:48:42 2006
--- llvm/test/Regression/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll Thu Apr 20 15:48:32 2006
***************
*** 0 ****
--- 1,18 ----
+ ; RUN: llvm-as < %s | 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()
More information about the llvm-commits
mailing list