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

The bitcast case is not needed here: instcombine turns icmp(bitcast(x), null)...

The bitcast case is not needed here: instcombine turns icmp(bitcast(x), null) -> icmp(x, null) already.  

llvm-svn: 82935
parent 1f71578e
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