diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-04 16:51:22 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-04 16:51:22 +0000 |
commit | 0ffb125996336fc7602b162c0a9e392f1a93060f (patch) | |
tree | 69ebef4f15bf86bc743f22e598ae9d6a9b87cd39 /lib/CodeGen/CodeGenModule.h | |
parent | c63a1f276f7b324fd9a4be82098b1c8f7bf30733 (diff) |
Add CodeGen support for indirect goto.
- Follows emission scheme used by llvm-gcc, i.e. invent an id for
each label whose address is taken and replace each indirect goto by
a switch to each possible target.
- Currently we emit a switch for each indirect goto instead of
merging them as llvm-gcc does.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54318 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions