| commit | 914bc4106cb7558b907b7b8b82df416f96c56103 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Apr 19 23:10:47 2011 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Apr 19 23:10:47 2011 +0000 |
| tree | 1757af42423c713f81cffd3ca34dd70a0405c49b | |
| parent | 2531eb421f45dbe5cae358a39c90273326697ee5 [diff] |
IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, we were computing the conversion as (ptr != 0 && non-virtual), when it should be (ptr != 0 || is-virtual). - Test to follow in LLVM test-suite. llvm-svn: 129830