summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-01-23 01:35:00 +0000
committerNadav Rotem <nrotem@apple.com>2013-01-23 01:35:00 +0000
commitab3e698ee930770c07a5a5c464044f849cc2a1b7 (patch)
treebefb6feeb540337f243944e8d6800a013ce729a7 /clang/lib/CodeGen/CodeGenModule.cpp
parent7f63983da608ee1c42839b2f87177e511c247ccd (diff)
downloadbcm5719-llvm-ab3e698ee930770c07a5a5c464044f849cc2a1b7.tar.gz
bcm5719-llvm-ab3e698ee930770c07a5a5c464044f849cc2a1b7.zip
Add support for reverse pointer induction variables. These are loops that contain pointers that count backwards.
For example, this is the hot loop in BZIP: do { m = *--p; *p = ( ... ); } while (--n); llvm-svn: 173219
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud