aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/BitsInitOverflow.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/BitsInitOverflow.td')
-rw-r--r--test/TableGen/BitsInitOverflow.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/BitsInitOverflow.td b/test/TableGen/BitsInitOverflow.td
index 076b3f6..c3f9720 100644
--- a/test/TableGen/BitsInitOverflow.td
+++ b/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