mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
018a0e9907
r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines test case for r95604. Which was the testcase for the patch reverted from llvm-gcc. llvm-svn: 96474
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() {}
|