Remove unnecessary Implicit Defs. Since r0 is not in allocation, we do not
authorNate Begeman <natebegeman@mac.com>
Sun, 10 Apr 2005 03:59:42 +0000 (03:59 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 10 Apr 2005 03:59:42 +0000 (03:59 +0000)
commit340f2907839cc5ecb34c5045cb24ef31588f2a39
tree92f4eb2a23425d9bbfe176d2dd7361d16f4a511a
parent9def6cc3788de8b493ea2d1b9ea4f297145bdeb5
Remove unnecessary Implicit Defs.  Since r0 is not in allocation, we do not
have to inform the register allocator it might be stepped on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21202 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCRegisterInfo.cpp