Skip to content
Commit 9f0db326 authored by Chris Lattner's avatar Chris Lattner
Browse files

Implement Transforms/SimplifyCFG/return-merge.ll

This actually causes us to turn code like:

  return C ? A : B;

into a select instruction.

llvm-svn: 12617
parent 99c9b9c0
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