[LLVMbugs] [Bug 2392] New: extractvalue doesn
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat May 31 04:29:01 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2392
Summary: extractvalue doesn
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sharparrow1 at yahoo.com
CC: llvmbugs at cs.uiuc.edu
%struct.anon = type { i32, i32 }
define i32 @a(%struct.anon %r, double %s) nounwind {
%tmp = extractvalue %struct.anon %r, 0
ret i32 %tmp
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list