s/tblgen/llvm-tblgen/g in a few missed places, including the tests
[oota-llvm.git] / test / TableGen / BitsInitOverflow.td
index 076b3f6f73eb407f808783251eda77205dc99aa7..c3f9720c2d3d382fa11a75f98aa281d9cc80deb7 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: not tblgen %s 2> /dev/null
+// RUN: not llvm-tblgen %s 2> /dev/null
 
 def {
   bits<2> X = 5;  // bitfield is too small, reject