sparse, llvm: Function pointer code generation
commit064c4adfb5fdf0403614cb0a5a1a6373e88866b8
authorPekka Enberg <penberg@kernel.org>
Fri, 18 Nov 2011 15:30:59 +0000 (18 17:30 +0200)
committerPekka Enberg <penberg@kernel.org>
Sat, 19 Nov 2011 08:46:31 +0000 (19 10:46 +0200)
treef6158cfe7604b01aae143e196881002094f1a9f6
parent6329d02b495b415dcac9f51300f7209a65ba80eb
sparse, llvm: Function pointer code generation

This patch implements support for function pointer types and function pointer
calls to the LLVM backend.

Cc: Christopher Li <sparse@chrisli.org>
Cc: Jeff Garzik <jgarzik@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
sparse-llvm.c
validation/backend/function-ptr.c [new file with mode: 0644]