Proving once again that I am not as smart as the compiler

llvm-svn: 28169
This commit is contained in:
Nate Begeman 2006-05-08 19:09:24 +00:00
parent 9b6d4c2968
commit 0eb8f2e496
1 changed files with 1 additions and 2 deletions

View File

@ -525,8 +525,7 @@ as:
_foo:
lwz r2, 0(r3)
slwi r4, r2, 1
rlwinm r4, r4, 0, 0, 0
rlwinm r4, r2, 1, 0, 0
or r2, r2, r4
stw r2, 0(r3)
blr