Sign in
swiftshader
/
SwiftShader.git
/
fdcca2dc47cab06f4dfe598ffd1c26c98e302e60
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
ADCE
/
unreachable-function.ll
blob: 06736981ad0977318b7e6bbea4e3d19c4ba22795 [
file
] [
log
] [
blame
]
; RUN: opt < %s -adce -disable-output
define
void
@test
()
{
unreachable
}