Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
34c4485b7479a12b5ef1cb15d27e96277e8a499a
/
.
/
test
/
Transforms
/
SimplifyCFG
/
2010-10-24-OnlyUnwindInEntry.ll
blob: ebacf2fe9a9e83f55e7197fbf8d72a0974b849bc [
file
] [
log
] [
blame
]
Duncan Sands
5f28475
2010-10-24 12:23:30 +0000
[
diff
] [
blame
]
1
; RUN: opt %s -simplifycfg -disable-output
2
; PR8445
3
4
define
void
@test
()
{
5
unwind
6
}