diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-02-24 05:34:44 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-02-24 05:34:44 +0000 |
| commit | ae509325d6a8824b34437fdc0cdadc89995dd456 (patch) | |
| tree | 2629644dcc2ef49510a475536860d2e98904e8b4 /llvm/lib/Transforms/Utils | |
| parent | cf96c6caa5fc070be5c24989573366f138f06c32 (diff) | |
| download | bcm5719-llvm-ae509325d6a8824b34437fdc0cdadc89995dd456.tar.gz bcm5719-llvm-ae509325d6a8824b34437fdc0cdadc89995dd456.zip | |
The simplifycfg pass should be able to turn stuff like:
if (X == 4 || X == 7)
and
if (X != 4 && X != 7)
into switch instructions.
llvm-svn: 11791
Diffstat (limited to 'llvm/lib/Transforms/Utils')
0 files changed, 0 insertions, 0 deletions

