summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl7.rst
diff options
context:
space:
mode:
authorShuxin Yang <shuxin.llvm@gmail.com>2013-06-08 04:56:05 +0000
committerShuxin Yang <shuxin.llvm@gmail.com>2013-06-08 04:56:05 +0000
commit140d592d8481be67d4886f9d1b9dec1a5cd531b0 (patch)
tree8857e6f54e5886ac4eccfb33c21e0dbc55d83892 /llvm/docs/tutorial/LangImpl7.rst
parent4bf5c4b7460ca7e663d0ae8f3011a019812544b3 (diff)
downloadbcm5719-llvm-140d592d8481be67d4886f9d1b9dec1a5cd531b0.tar.gz
bcm5719-llvm-140d592d8481be67d4886f9d1b9dec1a5cd531b0.zip
Fix a potential bug in r183584.
r183584 tries to derive some info from the code *AFTER* a call and apply these derived info to the code *BEFORE* the call, which is not always safe as the call in question may never return, and in this case, the derived info is invalid. Thank Duncan for pointing out this potential bug. rdar://14073661 llvm-svn: 183606
Diffstat (limited to 'llvm/docs/tutorial/LangImpl7.rst')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud