Skip to content
Commit 914bc410 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

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
parent 2531eb42
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment