http://llvm.org/bugs/show_bug.cgi?id=4414
Summary: SelectionDAG::getMemset generate incorrect libcall for
platforms with int!=32b
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
function SelectionDAG::getMemset (SelectionDAG.cpp)
generate a lib call to
void *memset(void *s, int c, size_t n);
assuming that 'int c' is an int32, that's not true for all target !
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs