search for: 678e7a9a

Displaying 2 results from an estimated 2 matches for "678e7a9a".

2008 Feb 27
0
[LLVMdev] [PATCH] Add asserts to PHINode::addIncoming to check for null pointer arguments.
...es changed, 2 insertions(+), 0 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: dde0e9f5d09e5f4377fcbab2602cea1ecb111d0c.diff Type: text/x-patch Size: 574 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080227/678e7a9a/attachment.bin>
2008 Feb 27
1
[LLVMdev] adding asserts to PHINode::addIncoming
I noticed that addIncoming doesn't check if the passed in arguments are null or not, so I added a check for it. -e