aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-02 08:57:10 +0000
committerDaniel Jasper <djasper@google.com>2013-01-02 08:57:10 +0000
commit5d334407e68e45e3e7baa0cd140d4fd75e7483d6 (patch)
tree7d67fa0880ffb8d2dbc58f353bac125345cefe12 /lib/CodeGen/BackendUtil.cpp
parent4dc41def6129bcecd4d08e5ffafe021aa7b1fa2a (diff)
Understand * and & in ternary expressions.
Before: "int a = b ? *c : * d;" After: "int a = b ? *c : *d; git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/BackendUtil.cpp')
0 files changed, 0 insertions, 0 deletions