diff options
author | Chris Lattner <sabre@nondot.org> | 2006-02-08 02:13:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-02-08 02:13:15 +0000 |
commit | 3391bcd434c644747f6340e8077b3dac858b9d5d (patch) | |
tree | fefc78cf1c6e313bce7fb3bdf6c35c856de95efc /lib/CodeGen/MachineBasicBlock.cpp | |
parent | 5819342732105241201ebbc57a4fdf42c789236c (diff) |
Compile this:
xori r6, r2, 1
rlwinm r6, r6, 0, 31, 31
cmpwi cr0, r6, 0
bne cr0, LBB1_3 ; endif
to this:
rlwinm r6, r2, 0, 31, 31
cmpwi cr0, r6, 0
beq cr0, LBB1_3 ; endif
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions