OSDN Git Service

Fix the code that was WRONG.
authorBill Wendling <isanbard@gmail.com>
Thu, 12 Jan 2012 23:05:03 +0000 (23:05 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 12 Jan 2012 23:05:03 +0000 (23:05 +0000)
commit86b1a7d61413aed40a68f98f1e8f17fd79ebd7a2
treeb8bfa4798e70042333358b64cb79821da4103b9a
parentd578b905de8f9dece45aab2496a88ac548c67348
Fix the code that was WRONG.

The registers are placed into the saved registers list in the reverse order,
which is why the original loop was written to loop backwards.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148064 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/X86/X86FrameLowering.cpp