mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
1cc73a0cb5
Thanks to Mehdi for finding it. llvm-svn: 259394
9 lines
114 B
LLVM
9 lines
114 B
LLVM
define linkonce_odr hidden void @foo() {
|
|
ret void
|
|
}
|
|
|
|
define void @bar() {
|
|
call void @foo()
|
|
ret void
|
|
}
|