diff --git a/test/TableGen/math.td b/test/TableGen/math.td index 1f3a500f089..bde267a652d 100644 --- a/test/TableGen/math.td +++ b/test/TableGen/math.td @@ -5,11 +5,14 @@ class Int { } def v1024 : Int<1024>; +// CHECK: def v1024 // CHECK: Value = 1024 def v1025 : Int; +// CHECK: def v1025 // CHECK: Value = 1025 def v2048 : Int; +// CHECK: def v2048 // CHECK: Value = 2048