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