]> granicus.if.org Git - clang/commit
Fix the address of a label to be properly considered and emitted as a
authorEli Friedman <eli.friedman@gmail.com>
Sun, 25 Jan 2009 01:21:06 +0000 (01:21 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 25 Jan 2009 01:21:06 +0000 (01:21 +0000)
commitf01158941ba4560c63150032073bb231ce38999e
tree1afbe6ec213c28115125571e91aedf5a01dcbcf1
parent13ca96a238089fb8e622791bc0dc441eb2dd29b4
Fix the address of a label to be properly considered and emitted as a
constant.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62948 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
lib/CodeGen/CGExprConstant.cpp
test/CodeGen/const-label-addr.c [new file with mode: 0644]