s/tblgen/llvm-tblgen/g in a few missed places, including the tests
[oota-llvm.git] / test / TableGen / AnonDefinitionOnDemand.td
index b10ad5870de194c311378d5f0d10bb5f89623622..b6e0fc7df5582b940316ac331bc4c9f98655828b 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: tblgen < %s
+// RUN: llvm-tblgen < %s
 // XFAIL: vg_leak
 
 class foo<int X> { int THEVAL = X; }