diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-08-02 09:18:33 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-08-02 09:18:33 +0000 |
commit | 8101dd67d19323505c95e0bf20d8b77c0042c794 (patch) | |
tree | a8f0b5c946f0ff463665728186e42d89834c34fe /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 6025c92e509898c78d79cd3473fc9730890b2b70 (diff) | |
download | bcm5719-llvm-8101dd67d19323505c95e0bf20d8b77c0042c794.tar.gz bcm5719-llvm-8101dd67d19323505c95e0bf20d8b77c0042c794.zip |
Use of vector<bool> causes some horrendous compile time regression (2x)!
Looks like libstdc++ implementation does not scale very well. Switch back
to using directly managed arrays.
llvm-svn: 29469
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
0 files changed, 0 insertions, 0 deletions