Fix some tests. The grep for "il" was matching "file".

llvm-svn: 60485
diff --git a/llvm/test/CodeGen/CellSPU/immed64.ll b/llvm/test/CodeGen/CellSPU/immed64.ll
index d933222..bbda3ff 100644
--- a/llvm/test/CodeGen/CellSPU/immed64.ll
+++ b/llvm/test/CodeGen/CellSPU/immed64.ll
@@ -1,6 +1,8 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
 ; RUN: grep lqa        %t1.s | count 13
-; RUN: grep il         %t1.s | count 22
+; RUN: grep ilhu       %t1.s | count 15
+; RUN: grep ila        %t1.s | count 1
+; RUN: grep -w il      %t1.s | count 6
 ; RUN: grep shufb      %t1.s | count 13
 ; RUN: grep      65520 %t1.s | count  1
 ; RUN: grep      43981 %t1.s | count  1