diff options
Diffstat (limited to 'llvm/test/TableGen/SetTheory.td')
-rw-r--r-- | llvm/test/TableGen/SetTheory.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/SetTheory.td b/llvm/test/TableGen/SetTheory.td index e0abc631e0d..a4acea907d8 100644 --- a/llvm/test/TableGen/SetTheory.td +++ b/llvm/test/TableGen/SetTheory.td @@ -1,5 +1,5 @@ // Test evaluation of set operations in dags. -// RUN: tblgen -print-sets %s | FileCheck %s +// RUN: llvm-tblgen -print-sets %s | FileCheck %s // XFAIL: vg_leak // // The -print-sets driver configures a primitive SetTheory instance that |