mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27911 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d075dfb0cf
commit
bcce6c2a0f
18
test/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
Normal file
18
test/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
Normal file
@ -0,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()
|
Loading…
x
Reference in New Issue
Block a user