Bundle jump/branch instructions with the instructions in the delay slot in
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 13 Jun 2012 23:25:52 +0000 (23:25 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 13 Jun 2012 23:25:52 +0000 (23:25 +0000)
commit158413930f25ecdd0902e1cc11bb8dc3683b94f8
tree36d471dd84d12e0385e775e95b324d7029aa949e
parent14d81c416c72dc779dd31a81f68ebd6a6456f6f0
Bundle jump/branch instructions with the instructions in the delay slot in
delay slot filler pass of MIPS, per suggestion of Jakob Stoklund Olesen.

This change, along with the fix in r158154, enables machine verification
to be run after delay slot filling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158426 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsDelaySlotFiller.cpp