From: Hal Finkel Date: Fri, 25 Jan 2013 20:29:25 +0000 (+0000) Subject: Improve the !add TableGen test case. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4f070b0fe0a8c07137789d8cb5b2c087b62ad1f5;p=oota-llvm.git 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 --- 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