Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
00bb397b0dc79fcad27bfe63456a2100039706f2
/
.
/
llvm
/
test
/
Transforms
/
GlobalOpt
/
deaddeclaration.ll
blob: 942f2e1bf6bb26d79c84df9854f3c333f02c79a4 [
file
] [
log
] [
blame
]
Eric Christopher
cee313d
2019-04-17 04:52:47 +0000
[
diff
] [
blame
]
1
; RUN: opt < %s -globalopt -S | FileCheck %s
2
3
; CHECK-NOT: aa
4
; CHECK-NOT: bb
5
6
declare
void
@aa
()
7
@bb
=
external
global
i8