]> granicus.if.org Git - clang/commit
PR4289: Make sure "&func" has the right LLVM type when "func" is a
authorEli Friedman <eli.friedman@gmail.com>
Mon, 1 Jun 2009 10:04:20 +0000 (10:04 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 1 Jun 2009 10:04:20 +0000 (10:04 +0000)
commit3fbc473e1e76ead199c7333bdbf02dfa1c7dc420
tree85f3bae298139295a93877aa1fa841516ee87062
parentbc4e29f307f86ddbc2f31d9530da79ad9b0c6b7b
PR4289: Make sure "&func" has the right LLVM type when "func" is a
K&R-style definition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72690 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/CodeGen/2009-06-01-addrofknr.c [new file with mode: 0644]