OSDN Git Service

Backing out Chris' last commit. It's breaking llvm-gcc bootstrapping.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 12 Oct 2006 08:00:47 +0000 (08:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 12 Oct 2006 08:00:47 +0000 (08:00 +0000)
commitb870100f2a2be0e7de99f7710db01a3e1f9d305b
tree58398f725aafe214af2cfeca980dcd125105c708
parentf78ae9eb8ac39ac5ad99e749152887d168b0ceaa
Backing out Chris' last commit. It's breaking llvm-gcc bootstrapping.

It's turning:
        movl -24(%ebp), %esp
        subl $16, %esp
        movl -24(%ebp), %ecx
into
        movl -24(%ebp), %esp
        subl $16, %esp
        movl %esp, (%esp)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30902 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/VirtRegMap.cpp