search for: 47fc7595

Displaying 2 results from an estimated 2 matches for "47fc7595".

2013 Sep 15
0
[LLVMdev] LLVM disassembler bugs
...ng list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130916/47fc7595/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: test_case.cpp Type: text/x-c++src Size: 2150 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130916/47fc7595/attachment.cpp>
2013 Sep 15
2
[LLVMdev] LLVM disassembler bugs
The attached patch includes no test-case and isn't consistent with the rest of the file: - constants should be on the right hand side of comparisons - the braces around your single line 'if' aren't needed. On Sun, Sep 15, 2013 at 2:39 PM, James Courtier-Dutton < james.dutton at gmail.com> wrote: > I attach a patch that fixes this bug. Applies to llvm 3.4svn > >