aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerSwitch.cpp
AgeCommit message (Expand)Author
2003-08-23Fix bug: LowerSwitch/2003-08-23-EmptySwitch.llChris Lattner
2003-08-13Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke
2003-05-01Fix Bug: LowerSwitch/2003-05-01-PHIProblem.llChris Lattner
2003-04-23New pass to lower switch instructions to branch instructionsChris Lattner