From 72cba6cdf640411e2fb6207858a0abd87c4286fc Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Thu, 24 May 2012 22:17:36 +0000 Subject: Don't put TGParser scratch results in the output. Only fully expanded Records should go into RecordKeeper. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157431 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/ForeachLoop.td | 1 + 1 file changed, 1 insertion(+) (limited to 'test/TableGen/ForeachLoop.td') diff --git a/test/TableGen/ForeachLoop.td b/test/TableGen/ForeachLoop.td index e2defe9cfe..342609643c 100644 --- a/test/TableGen/ForeachLoop.td +++ b/test/TableGen/ForeachLoop.td @@ -9,6 +9,7 @@ class Register { foreach i = [0, 1, 2, 3, 4, 5, 6, 7] in def R#i : Register<"R"#i, i>; +// CHECK-NOT: !strconcat // CHECK: def R0 // CHECK: string Name = "R0"; -- cgit v1.2.3