Reapply commit 143028 with a fix: the problem was casting a ConstantExpr Mul
[oota-llvm.git] / test / TableGen / LetInsideMultiClasses.td
index 9238bf42d9bd6a5e6b4175197a56b689b3a29ddd..cb13508e51179ad6bdcc88ef02da330b05c34a10 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: tblgen %s | grep "bit IsDouble = 1;" | count 3
+// RUN: llvm-tblgen %s | grep "bit IsDouble = 1;" | count 3
 // XFAIL: vg_leak
 
 class Instruction<bits<4> opc, string Name> {