Use std::bitset for SubtargetFeatures
[oota-llvm.git] / test / TableGen / AsmPredicateCondsEmission.td
index ba5898fbebd11aa83fdb9905962fa4cb37784163..c1fe0d2aba218ba55f0b5fc45c4dfe24d2740f9e 100644 (file)
@@ -28,4 +28,4 @@ def foo : Instruction {
   let Predicates = [Pred1, Pred2];
 }
 
-// CHECK: return ((Bits & arch::AssemblerCondition2));
+// CHECK: return (Bits[arch::AssemblerCondition2]);