search for: bf69d052

Displaying 2 results from an estimated 2 matches for "bf69d052".

Did you mean: 3f89d052
2011 Jul 28
0
[LLVMdev] Proposal for better assertions in LLVM
...e macro is designed, I'm just sayin'. :) Custom assertion macros are nothing new, there is a reason LLVM hasn't used them until now. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110728/bf69d052/attachment.html>
2011 Jul 28
2
[LLVMdev] Proposal for better assertions in LLVM
On Tue, Jul 26, 2011 at 10:59 PM, Chris Lattner <clattner at apple.com> wrote: > > On Jul 26, 2011, at 9:17 PM, Talin wrote: > > Here's an example of how this would be used: In the constructor for > ConstantVector, there's an assert: > > assert(C->getType() == T->getElementType() && > "Initializer for vector element doesn't