s/tblgen/llvm-tblgen/g in a few missed places, including the tests
[oota-llvm.git] / test / TableGen / DefmInherit.td
index 9e16670526970f2d5ca5eac9ff2ad81ae183ddea..47fd81d2e71988c63761e6b304faaf9d49e35829 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: tblgen %s | grep {zing = 4} | count 4
+// RUN: llvm-tblgen %s | grep {zing = 4} | count 4
 // XFAIL: vg_leak
 
 class C1<int A, string B> {