[mips] Check emitted code for llvm.bswap.i32 on MIPS16/MIPS64 and llvm.bswap.i64...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 31 Mar 2014 11:00:04 +0000 (11:00 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 31 Mar 2014 11:00:04 +0000 (11:00 +0000)
commitdd67fd636cdb71dce053af77646ba32d4cae03b1
treecb642b005efeafeb356e8dffde931cb3aa155c40
parent2357a949773fbde191df20838bca949dd9c6a9fe
[mips] Check emitted code for llvm.bswap.i32 on MIPS16/MIPS64 and llvm.bswap.i64 on MIPS16.

While reviewing r204163, I noticed that the MIPS16 test only checked for a .ent
directive and didn't actually check the code emitted. Fixed this and added a
check for llvm.bswap.i32 on MIPS64 at the same time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205177 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Mips/bswap.ll