mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
e605b83258
crash because the alias would still be using the aliasee when the aliasee was deleted. llvm-svn: 64844
5 lines
109 B
LLVM
5 lines
109 B
LLVM
; RUN: llvm-as < %s | opt -globaldce
|
|
|
|
@A = alias internal void ()* @F
|
|
define internal void @F() { ret void }
|