aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-06-16 23:57:15 +0000
committerBill Wendling <isanbard@gmail.com>2007-06-16 23:57:15 +0000
commit094a4e813abd2415affc53e74488fa862ca56293 (patch)
tree629df20588af57097d83ff262e9101279dc884a8 /llvm/lib/CodeGen/MachineBasicBlock.cpp
parent1aae9e8e12f7c7f41d1b487b49b562594e379fa0 (diff)
downloadllvm-094a4e813abd2415affc53e74488fa862ca56293.zip
llvm-094a4e813abd2415affc53e74488fa862ca56293.tar.gz
llvm-094a4e813abd2415affc53e74488fa862ca56293.tar.bz2
Revert patch. It regresses:
define double @test2(i64 %A) { %B = bitcast i64 %A to double ret double %B } $ llvm-as < t.ll | llc -march=x86-64 before: .align 4 .globl _test2 _test2: movd %rdi, %xmm0 ret after: _test2: subq $8, %rsp movq %rdi, (%rsp) movsd (%rsp), %xmm0 addq $8, %rsp ret llvm-svn: 37617
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions