[PM] Wire up the Verifier for the new pass manager and connect it to the
[oota-llvm.git] / test / TableGen / IntBitInit.td
index b949bfea7b13f846e4400ebade597f1ff6da7a61..4e150f16833bded81cc0990524c58261c11a1691 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: tblgen %s
+// RUN: llvm-tblgen %s
+
 def {
   bit A = 1;
   int B = A;