aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/TargetInstrSpec.td
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-10-06 13:39:59 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-10-06 13:39:59 +0000
commit5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033 (patch)
treed6f24b251c63306fbeb3e2c7fd9b17ce3c81f9c6 /test/TableGen/TargetInstrSpec.td
parent6d1409dcc517185dca5fe6aef8d0417615951cd3 (diff)
downloadexternal_llvm-5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033.zip
external_llvm-5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033.tar.gz
external_llvm-5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033.tar.bz2
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/TargetInstrSpec.td')
-rw-r--r--test/TableGen/TargetInstrSpec.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/TargetInstrSpec.td b/test/TableGen/TargetInstrSpec.td
index a7ca902..7b611e7 100644
--- a/test/TableGen/TargetInstrSpec.td
+++ b/test/TableGen/TargetInstrSpec.td
@@ -1,5 +1,5 @@
-// RUN: tblgen %s | grep {\\\[(set VR128:\$dst, (int_x86_sse2_add_pd VR128:\$src1, VR128:\$src2))\\\]} | count 1
-// RUN: tblgen %s | grep {\\\[(set VR128:\$dst, (int_x86_sse2_add_ps VR128:\$src1, VR128:\$src2))\\\]} | count 1
+// RUN: llvm-tblgen %s | grep {\\\[(set VR128:\$dst, (int_x86_sse2_add_pd VR128:\$src1, VR128:\$src2))\\\]} | count 1
+// RUN: llvm-tblgen %s | grep {\\\[(set VR128:\$dst, (int_x86_sse2_add_ps VR128:\$src1, VR128:\$src2))\\\]} | count 1
// XFAIL: vg_leak
class ValueType<int size, int value> {