From 4f070b0fe0a8c07137789d8cb5b2c087b62ad1f5 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Fri, 25 Jan 2013 20:29:25 +0000 Subject: Improve the !add TableGen test case. Suggested by Sean Silva. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173481 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/math.td | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/TableGen') diff --git a/test/TableGen/math.td b/test/TableGen/math.td index 1f3a500..bde267a 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 -- cgit v1.1