]> granicus.if.org Git - clang/commit
Fix a typo that prevented pointer-to-int conversions from working.
authorAnders Carlsson <andersca@mac.com>
Wed, 31 Oct 2007 23:18:02 +0000 (23:18 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 31 Oct 2007 23:18:02 +0000 (23:18 +0000)
commit50b5a30db40322880340e957ad7d6d8d60bb4c5b
treedf2cfb24a995d618ed8092391b5e14a9f5444c61
parent0bd41f2cea0639395e8ab7ef8fd6df2c1999b6ae
Fix a typo that prevented pointer-to-int conversions from working.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43588 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGExprScalar.cpp
test/CodeGen/pointer-to-int.c [new file with mode: 0644]