diff options
author | Jack Carter <jcarter@mips.com> | 2012-08-07 00:35:22 +0000 |
---|---|---|
committer | Jack Carter <jcarter@mips.com> | 2012-08-07 00:35:22 +0000 |
commit | 5b0e9ce2e54726a4b6e2a5008764fe67f3b79c88 (patch) | |
tree | 8f1037e0fbca7b45373d68418b6d58e7b506c5db /lib/CodeGen/RegAllocBasic.cpp | |
parent | 121418e55191904b01eb9ec182ef62af5f38e861 (diff) |
The define for 64 bit sign extension neglected to
initialize fields of the class that it used.
The result was nonsense code.
Before:
0000000000000000 <foo>:
0: 00441100 0x441100
4: 03e00008 jr ra
8: 00000000 nop
After:
0000000000000000 <foo>:
0: 00041000 sll v0,a0,0x0
4: 03e00008 jr ra
8: 00000000 nop
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocBasic.cpp')
0 files changed, 0 insertions, 0 deletions