Skip to content
Commit 75acb0c3 authored by Chris Lattner's avatar Chris Lattner
Browse files

fix a fixme: non-proto struct returning function definitions should be compiled

to something like:
define void @bar(%struct.foo* noalias sret %agg.result) nounwind {
instead of:
define void @bar(%struct.foo* noalias sret %agg.result, ...) nounwind {

llvm-svn: 67475
parent 377b9c84
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment