Use `grep -F` instead of deprecated fgrep.

(In addition to the deprecation bit, this is useful on Windows
where people might have grep but not fgrep.)
This commit is contained in:
Nico Weber 2020-03-12 08:33:54 -04:00
parent d748e759d5
commit e51d4df4b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc -verify-machineinstrs < %s | fgrep -A 10000 .llvm_stackmaps | wc -l | FileCheck %s
; RUN: llc -verify-machineinstrs < %s | grep -F -A 10000 .llvm_stackmaps | wc -l | FileCheck %s
; Without removal of duplicate entries, the size is 62 lines
; CHECK: 50