diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2011-10-06 13:39:59 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-10-06 13:39:59 +0000 |
commit | 5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033 (patch) | |
tree | d6f24b251c63306fbeb3e2c7fd9b17ce3c81f9c6 /test/TableGen/MultiClass.td | |
parent | 6d1409dcc517185dca5fe6aef8d0417615951cd3 (diff) |
s/tblgen/llvm-tblgen/g in a few missed places, including the tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/MultiClass.td')
-rw-r--r-- | test/TableGen/MultiClass.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/MultiClass.td b/test/TableGen/MultiClass.td index 9f92b73dba..04f3a56558 100644 --- a/test/TableGen/MultiClass.td +++ b/test/TableGen/MultiClass.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s | grep {zing = 4} | count 2 +// RUN: llvm-tblgen %s | grep {zing = 4} | count 2 // XFAIL: vg_leak class C1<int A, string B> { |