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