X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTableGen%2Fcast.td;h=a8bd207a85a291e1849d82ef1dd70f2578313edc;hb=ccbfd5b18a79a07229f11af478843eae16ac9b26;hp=8a23eb4cc91f5309cf0c4745be1108c7574f8b70;hpb=5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033;p=oota-llvm.git diff --git a/test/TableGen/cast.td b/test/TableGen/cast.td index 8a23eb4cc91..a8bd207a85a 100644 --- a/test/TableGen/cast.td +++ b/test/TableGen/cast.td @@ -1,6 +1,11 @@ -// RUN: llvm-tblgen %s | grep {add_ps} | count 3 +// RUN: llvm-tblgen %s | FileCheck %s // XFAIL: vg_leak +// CHECK: add_ps +// CHECK: add_ps +// CHECK: add_ps +// CHECK-NOT: add_ps + class ValueType { int Size = size; int Value = value;