2009-09-11 20:01:28 +02:00
|
|
|
; RUN: opt < %s -scalarrepl -disable-output
|
2006-04-20 22:48:32 +02:00
|
|
|
|
2008-03-18 05:14:37 +01:00
|
|
|
define void @output_toc() {
|
2006-04-20 22:48:32 +02:00
|
|
|
entry:
|
2008-03-18 05:14:37 +01:00
|
|
|
%buf = alloca [256 x i8], align 16 ; <[256 x i8]*> [#uses=1]
|
|
|
|
%name = alloca i8*, align 4 ; <i8**> [#uses=1]
|
|
|
|
%real_name = alloca i8*, align 4 ; <i8**> [#uses=0]
|
|
|
|
%"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
|
|
|
|
%buf.upgrd.1 = bitcast [256 x i8]* %buf to i8* ; <i8*> [#uses=1]
|
|
|
|
store i8* %buf.upgrd.1, i8** %name
|
|
|
|
call void @abort( )
|
2006-04-20 22:48:32 +02:00
|
|
|
unreachable
|
|
|
|
return: ; No predecessors!
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2008-03-18 05:14:37 +01:00
|
|
|
declare void @abort()
|
|
|
|
|