Go to file
Chris Lattner 83075510ee Elimate handling of ZERO_EXTEND_INREG. This causes the PPC backend to emit
andi instructions instead of rlwinm instructions for zero extend, but they
seem like they would take the same time.

llvm-svn: 21268
2005-04-13 02:40:26 +00:00
llvm Elimate handling of ZERO_EXTEND_INREG. This causes the PPC backend to emit 2005-04-13 02:40:26 +00:00