From: Nico Weber Date: Thu, 12 Mar 2020 12:33:54 +0000 (-0400) Subject: Use `grep -F` instead of deprecated fgrep. X-Git-Tag: llvmorg-12-init~12309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e51d4df4b287b3c56d471cbc5a956dacf2eb0dc3;p=platform%2Fupstream%2Fllvm.git 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.) --- diff --git a/llvm/test/CodeGen/X86/statepoint-stackmap-size.ll b/llvm/test/CodeGen/X86/statepoint-stackmap-size.ll index d4a8a04..a8757f3 100644 --- a/llvm/test/CodeGen/X86/statepoint-stackmap-size.ll +++ b/llvm/test/CodeGen/X86/statepoint-stackmap-size.ll @@ -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