summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-08-11 08:59:35 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-08-11 08:59:35 +0000
commit0d3a754ae80c464cf40afa9154d87c13d2d8372c (patch)
treee6260d06856d74a996be0af4ba985c3a6f427b59 /llvm/lib/Target
parent5c68bba08508121b4ddc71aeee82c8901a4b34de (diff)
downloadbcm5719-llvm-0d3a754ae80c464cf40afa9154d87c13d2d8372c.tar.gz
bcm5719-llvm-0d3a754ae80c464cf40afa9154d87c13d2d8372c.zip
- Prevent some functions from being inlined to eliminate the code size bloat
introduced by previous commit. - SelectCode now returns a SDNode*. If it is not null, the selected node produces the same number of results as the input node. The seletion loop is responsible for calling ReplaceAllUsesWith() to replace the input node with the output target node. For other cases, e.g. when load is folded, the selection code is responsible for calling ReplaceAllUsesOfValueWith() and SelectCode returns NULL. - Other clean ups. llvm-svn: 29602
Diffstat (limited to 'llvm/lib/Target')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud