summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LibCallSemantics.cpp
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-11-16 04:33:42 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-11-16 04:33:42 +0000
commit537e409c58c9f4eb527df39f986f498d2f777f42 (patch)
tree765949c5841011d17d1ecc36687b32d9a16c69b9 /llvm/lib/Analysis/LibCallSemantics.cpp
parent141fbf3f367b197c4d9a06d9a0d3181a0f81b81b (diff)
downloadbcm5719-llvm-537e409c58c9f4eb527df39f986f498d2f777f42.tar.gz
bcm5719-llvm-537e409c58c9f4eb527df39f986f498d2f777f42.zip
- Fix a small bug while handling target constant pools (one param was missing).
- Add a smarter constant pool loading, instead of: lui $2, %hi($CPI1_0) addiu $2, $2, %lo($CPI1_0) lwc1 $f0, 0($2) Generate: lui $2, %hi($CPI1_0) lwc1 $f0, %lo($CPI1_0)($2) llvm-svn: 88886
Diffstat (limited to 'llvm/lib/Analysis/LibCallSemantics.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud