mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
4572ce85b0
llvm-svn: 33296
12 lines
225 B
LLVM
12 lines
225 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve | llvm-dis | not grep declare
|
|
|
|
%Table = constant int(...)* %foo
|
|
|
|
%Table2 = constant [1 x int(...)* ] [ int(...)* %foo ]
|
|
|
|
declare int %foo(...)
|
|
|
|
int %foo() {
|
|
ret int 0
|
|
}
|