| commit | 094046fdfc5276a815bb0c1f4f913a7d0cb124b6 | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Sun May 13 03:21:25 2007 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Sun May 13 03:21:25 2007 +0000 |
| tree | aaee9de561813f46caa7b5a19f8fc906c29e0b54 | |
| parent | 29d386c8c60873b03579f34d691994a12c463813 [diff] |
Bug #: Submitted by: Reviewed by: Two bug fixes to CheckIncrementDecrementOperand: - removed "constantOne" usage and simply use Context.IntTy. - fix the last constraint check...the lvalue test needs to be on the expression, not the type! (duh). llvm-svn: 39442