summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/IntrinsicInst.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
commit22bcf8a8eb12864fef50624c2fa62bc1bb354a0d (patch)
treede00e4527e3b2c7a9cb11ee3af9d2d16a2f3cc22 /llvm/lib/IR/IntrinsicInst.cpp
parentd1926a3758e9c031e4a9f48d9ccdd754e438a816 (diff)
downloadbcm5719-llvm-22bcf8a8eb12864fef50624c2fa62bc1bb354a0d.tar.gz
bcm5719-llvm-22bcf8a8eb12864fef50624c2fa62bc1bb354a0d.zip
Understand * and & in ternary expressions.
Before: "int a = b ? *c : * d;" After: "int a = b ? *c : *d; llvm-svn: 171358
Diffstat (limited to 'llvm/lib/IR/IntrinsicInst.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud