summaryrefslogtreecommitdiff
path: root/test/TableGen/subst.td
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-10-06 13:39:59 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-10-06 13:39:59 +0000
commit5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033 (patch)
treed6f24b251c63306fbeb3e2c7fd9b17ce3c81f9c6 /test/TableGen/subst.td
parent6d1409dcc517185dca5fe6aef8d0417615951cd3 (diff)
downloadllvm-5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033.tar.gz
llvm-5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033.tar.bz2
llvm-5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033.tar.xz
s/tblgen/llvm-tblgen/g in a few missed places, including the tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/subst.td')
-rw-r--r--test/TableGen/subst.td12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/TableGen/subst.td b/test/TableGen/subst.td
index 05d424f683..5a73ec4f12 100644
--- a/test/TableGen/subst.td
+++ b/test/TableGen/subst.td
@@ -1,9 +1,9 @@
-// RUN: tblgen %s | grep {Smith} | count 7
-// RUN: tblgen %s | grep {Johnson} | count 2
-// RUN: tblgen %s | grep {FIRST} | count 1
-// RUN: tblgen %s | grep {LAST} | count 1
-// RUN: tblgen %s | grep {TVAR} | count 2
-// RUN: tblgen %s | grep {Bogus} | count 1
+// RUN: llvm-tblgen %s | grep {Smith} | count 7
+// RUN: llvm-tblgen %s | grep {Johnson} | count 2
+// RUN: llvm-tblgen %s | grep {FIRST} | count 1
+// RUN: llvm-tblgen %s | grep {LAST} | count 1
+// RUN: llvm-tblgen %s | grep {TVAR} | count 2
+// RUN: llvm-tblgen %s | grep {Bogus} | count 1
// XFAIL: vg_leak
class Honorific<string t> {