commit | 1368721d532d0d291a03bb3fff7f94805e5919b6 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Aug 30 18:37:48 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Aug 30 18:37:48 2005 +0000 |
tree | b9892aee9328c6b464ae8d90f9093db1f2c99e5b | |
parent | b551ba7661d5f8263979a5905fd3d1b9e5387e45 [diff] |
Fix some indentation (first hunks). Remove code (last hunk) that miscompiled immediate and's, such as and uint %tmp.30, 4294958079 into andi. r8, r8, 56319 andis. r8, r8, 65535 instead of: li r9, -9217 and r8, r8, r9 The first always generates zero. This fixes espresso. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23155 91177308-0d34-0410-b5e6-96231b3b80d8