s/tblgen/llvm-tblgen/g in a few missed places, including the tests
[oota-llvm.git] / test / TableGen / if.td
index c4d953ea2245bb067cd20aaa90a4ce19f55d4ba1..18de368af9f13375e30a94d6094ba281b37446f5 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: tblgen %s | FileCheck %s
+// RUN: llvm-tblgen %s | FileCheck %s
 // XFAIL: vg_leak
 
 // Support for an `!if' operator as part of a `let' statement.