A basic block that only uses RFP registers still needs the FP_REG_KILL marker.
[oota-llvm.git] / test / LLVMC / MultiplePluginPriorities.td
1 // Check that multiple plugin priorities are not allowed.
2 // RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
3
4 // Disable for Darwin PPC: <rdar://problem/7598390>
5 // XFAIL: powerpc-apple-darwin
6
7 // Generally XFAIL'ed for now, this is (sometimes?) failing on x86_64-apple-darwin10.
8 // RUN: false
9 // XFAIL: *
10
11 include "llvm/CompilerDriver/Common.td"
12
13 def Graph : CompilationGraph<[]>;
14
15 def Priority1 : PluginPriority<1>;
16
17 def Priority2 : PluginPriority<2>;