[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)
commit2307a2f08802d986ded3068096ffdbce27024ded
tree9853b0bef429a756af0cb90f9077349a0acf1683
parentedb6f0385219f997d2aeb0eeb1317504dad2d28f
[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.

llvm-svn: 225928
llvm/test/CodeGen/PowerPC/noop-insert.ll