summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/BitsInitOverflow.td
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/TableGen/BitsInitOverflow.td')
-rw-r--r--llvm/test/TableGen/BitsInitOverflow.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/BitsInitOverflow.td b/llvm/test/TableGen/BitsInitOverflow.td
index 076b3f6f73e..c3f9720c2d3 100644
--- a/llvm/test/TableGen/BitsInitOverflow.td
+++ b/llvm/test/TableGen/BitsInitOverflow.td
@@ -1,4 +1,4 @@
-// RUN: not tblgen %s 2> /dev/null
+// RUN: not llvm-tblgen %s 2> /dev/null
def {
bits<2> X = 5; // bitfield is too small, reject
OpenPOWER on IntegriCloud