diff options
Diffstat (limited to 'test/TableGen/IntBitInit.td')
-rw-r--r-- | test/TableGen/IntBitInit.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/IntBitInit.td b/test/TableGen/IntBitInit.td index 16ac9c8f912d..83713a33321b 100644 --- a/test/TableGen/IntBitInit.td +++ b/test/TableGen/IntBitInit.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s +// RUN: llvm-tblgen %s // XFAIL: vg_leak def { bit A = 1; |