aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CellSPU/vecinsert.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2008-12-03 17:14:56 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2008-12-03 17:14:56 +0000
commit3eda88ed9f4c84092921f9366298ab11c951fc85 (patch)
tree8bc0f51e22526c2f7884d05fab2ee3797a7ba932 /test/CodeGen/CellSPU/vecinsert.ll
parentf033b5a393c1f0af68a2e93ef73bf0a3d788ae6e (diff)
downloadexternal_llvm-3eda88ed9f4c84092921f9366298ab11c951fc85.zip
external_llvm-3eda88ed9f4c84092921f9366298ab11c951fc85.tar.gz
external_llvm-3eda88ed9f4c84092921f9366298ab11c951fc85.tar.bz2
Fix some tests. The grep for "il" was matching "file".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CellSPU/vecinsert.ll')
-rw-r--r--test/CodeGen/CellSPU/vecinsert.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/CellSPU/vecinsert.ll b/test/CodeGen/CellSPU/vecinsert.ll
index 726fe3f..6abbd9a 100644
--- a/test/CodeGen/CellSPU/vecinsert.ll
+++ b/test/CodeGen/CellSPU/vecinsert.ll
@@ -2,8 +2,8 @@
; RUN: grep cbd %t1.s | count 5
; RUN: grep chd %t1.s | count 5
; RUN: grep cwd %t1.s | count 10
-; RUN: grep il %t1.s | count 15
-; RUN: grep ilh %t1.s | count 10
+; RUN: grep -w il %t1.s | count 5
+; RUN: grep -w ilh %t1.s | count 6
; RUN: grep iohl %t1.s | count 1
; RUN: grep ilhu %t1.s | count 4
; RUN: grep shufb %t1.s | count 26