Skip to content
Commit eda180e2 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Added support for indirect-gotos (GCC extension) in source-level CFGs.

This involves the construction of a specialized "dispatch" block that
all basic blocks containing indirect gotos unconditionally transfer
control-flow to.  The successors of the dispatch block has as its successors
all of the blocks containing labels whose address was taken somewhere in
the function.

llvm-svn: 41554
parent e87935b3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment