Sign in
swiftshader
/
SwiftShader
/
71e256cae02ac7e15c61c1925ac4a43c102e23b1
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
X86
/
2003-08-23-DeadBlockTest.ll
blob: 88d0c4f345004b6ebf176f8b7478c4e0f82d5161 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86
define
i32
@test
()
{
entry
:
ret
i32
7
Test
:
; No predecessors!
%A
=
call
i32
@test
(
)
; <i32> [#uses=1]
%B
=
call
i32
@test
(
)
; <i32> [#uses=1]
%C
=
add
i32
%A
,
%B
; <i32> [#uses=1]
ret
i32
%C
}