summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-03-19 19:05:41 +0000
committerBob Wilson <bob.wilson@apple.com>2010-03-19 19:05:41 +0000
commitbc5af98f429d70c49cde03b13abe779429a488ca (patch)
treec6016b61a89c31718c2b73446d736e0b1570ec4b /clang/lib/CodeGen/CodeGenModule.cpp
parentce5cbdc4ff01100ec8f29a347f4d7722f8ffad94 (diff)
downloadbcm5719-llvm-bc5af98f429d70c49cde03b13abe779429a488ca.tar.gz
bcm5719-llvm-bc5af98f429d70c49cde03b13abe779429a488ca.zip
Stop trying to merge identical jump tables. This had been inadvertently
disabled for several months (since svn r88806) and no one noticed. My fix for pr6543 yesterday reenabled it, but broke the ARM port's code for using TBB/TBH. Rather than adding a target hook to disable merging for Thumb2 only, I'm just taking this out. It is not common to have identical jump tables, the code we used to merge them was O(N^2), and it only helps code size, not performance. llvm-svn: 98977
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud