Skip to content

Commit 6c8748c

Browse files
committed
Add missing escapes
1 parent 9d25220 commit 6c8748c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/ThinLTO/X86/memprof-missing-callsite.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
; RUN: -pass-remarks=memprof-context-disambiguation -save-temps \
2929
; RUN: -o %t.out 2>&1 | FileCheck %s --implicit-check-not "call in clone _Z3foov" \
3030
; RUN: --check-prefix=SIZESUNHINTED
31-
; RUN: llvm-dis %t.out.1.4.opt.bc -o - | FileCheck %s --implicit-check-not "memprof"="cold"
31+
; RUN: llvm-dis %t.out.1.4.opt.bc -o - | FileCheck %s --implicit-check-not \"memprof\"=\"cold\"
3232

3333
source_filename = "memprof-missing-callsite.ll"
3434
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"

0 commit comments

Comments
 (0)