[PowerPC] Fix the noop-insert test
authorHal Finkel <hfinkel@anl.gov>
Wed, 14 Jan 2015 01:37:21 +0000 (01:37 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 14 Jan 2015 01:37:21 +0000 (01:37 +0000)
commit037c21f82cf606abc4700fb21904ee0f871aef41
tree0fcf21dab2ad56a5440c0ad5a9f575c5e4b008a1
parent140c2ece1e6d72c83a57453bf311b5cc6306fbd8
[PowerPC] Fix the noop-insert test

The form of nops used is CPU-specific (some CPUs, such as the POWER7, have
special group-terminating nops). We probably want a different callback for this
kind of nop insertion (something more like MCAsmBackend::writeNopData), or for
PPC to use a different mechanism for scheduling nops, but this will stop the
test from failing for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225928 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/noop-insert.ll