diff options
| author | Frits van Bommel <fvbommel@gmail.com> | 2010-12-05 18:29:03 +0000 |
|---|---|---|
| committer | Frits van Bommel <fvbommel@gmail.com> | 2010-12-05 18:29:03 +0000 |
| commit | 8fb69ee805e6ec30eff2efc1e998a0bdb15eb314 (patch) | |
| tree | 08d5e99280f6d0ad0347d4c0f5fb1c11980def89 /clang/lib/CodeGen/CodeGenModule.cpp | |
| parent | 6886171792ac24aa56b1482613eae3e1c7c67fc1 (diff) | |
| download | bcm5719-llvm-8fb69ee805e6ec30eff2efc1e998a0bdb15eb314.tar.gz bcm5719-llvm-8fb69ee805e6ec30eff2efc1e998a0bdb15eb314.zip | |
Teach SimplifyCFG to turn
(indirectbr (select cond, blockaddress(@fn, BlockA),
blockaddress(@fn, BlockB)))
into
(br cond, BlockA, BlockB).
llvm-svn: 120943
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions

