s/tblgen/llvm-tblgen/g in a few missed places, including the tests
llvm-svn: 141294
diff --git a/llvm/test/TableGen/Slice.td b/llvm/test/TableGen/Slice.td
index 13d9da2..2d2822c 100644
--- a/llvm/test/TableGen/Slice.td
+++ b/llvm/test/TableGen/Slice.td
@@ -1,5 +1,5 @@
-// RUN: tblgen %s | grep {\\\[(set} | count 2
-// RUN: tblgen %s | grep {\\\[\\\]} | count 2
+// RUN: llvm-tblgen %s | grep {\\\[(set} | count 2
+// RUN: llvm-tblgen %s | grep {\\\[\\\]} | count 2
 // XFAIL: vg_leak
 
 class ValueType<int size, int value> {