mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +00:00
a3f334362f
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51375 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
111 B
C
4 lines
111 B
C
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
|
|
|
|
extern __inline__ void dead_function() {}
|