summaryrefslogtreecommitdiff
path: root/test/TableGen/MultiDef.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/MultiDef.td')
-rw-r--r--test/TableGen/MultiDef.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/MultiDef.td b/test/TableGen/MultiDef.td
index 3a91c2ef92..f4527ac6f2 100644
--- a/test/TableGen/MultiDef.td
+++ b/test/TableGen/MultiDef.td
@@ -1,5 +1,5 @@
-// RUN: tblgen %s | FileCheck %s
-// RUN: tblgen %s | FileCheck %s
+// RUN: llvm-tblgen %s | FileCheck %s
+// RUN: llvm-tblgen %s | FileCheck %s
class Base<int i> {
int value = i;