diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-06-13 00:33:13 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-06-13 00:33:13 +0000 |
commit | 8aba6a6db4835fbb9f3d789edff3f92b44eb3850 (patch) | |
tree | 8236272d1a9aaa497159c57288d775b2273e96f6 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 776cc6e48f6954988bfb86c1854c14ba93d86c5e (diff) | |
download | llvm-8aba6a6db4835fbb9f3d789edff3f92b44eb3850.zip llvm-8aba6a6db4835fbb9f3d789edff3f92b44eb3850.tar.gz llvm-8aba6a6db4835fbb9f3d789edff3f92b44eb3850.tar.bz2 |
Refactor is_member_function_pointer to use is_function and not __member_function_traits.
Replacing the dependancy on __member_function_traits with is_function allows
is_member_function_pointer to work more often. In particular it allows it to
work when we don't have variadic templates but the function has an arity > 3.
llvm-svn: 239649
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions