Closed
Description
Bugzilla Link | 2391 |
Resolution | INVALID |
Resolved on | May 31, 2008 06:28 |
Version | unspecified |
OS | Linux |
Extended Description
%struct.anon = type { i32, i32 }
define i32 @a(%struct.anon %r, double %s) nounwind {
%tmp = extractvalue %struct.anon %r, 0
ret i32 %tmp
}