[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Transforms / Inline / 2003-10-13-AllocaDominanceProblem.ll
blob4a80d37c09746f140d3416aa556f84da966a8dde
1 ; RUN: opt < %s -inline -disable-output
3 define i32 @reload() {
4 reloadentry:
5         br label %A
7 A:              ; preds = %reloadentry
8         call void @callee( )
9         ret i32 0
12 define internal void @callee() {
13 entry:
14         %X = alloca i8, i32 0           ; <i8*> [#uses=0]
15         %Y = bitcast i32 0 to i32               ; <i32> [#uses=1]
16         %Z = alloca i8, i32 %Y          ; <i8*> [#uses=0]
17         ret void