mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
It is no longer permissible to have undefined types in function parameters.
Just fix it by defining the type as opaque. llvm-svn: 32838
This commit is contained in:
parent
68e3839a5c
commit
69d4925e03
@ -1,5 +1,9 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2
|
||||
|
||||
%struct.foo = type opaque
|
||||
|
||||
implementation
|
||||
|
||||
fastcc int %test(%struct.foo* %v, %struct.foo* %vi) {
|
||||
br bool false, label %ilog2.exit, label %cond_true.i
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user