aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-30 18:37:48 +0000
committerChris Lattner <sabre@nondot.org>2005-08-30 18:37:48 +0000
commit1368721d532d0d291a03bb3fff7f94805e5919b6 (patch)
treeb9892aee9328c6b464ae8d90f9093db1f2c99e5b /lib/CodeGen/MachineBasicBlock.cpp
parentb551ba7661d5f8263979a5905fd3d1b9e5387e45 (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
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions