From d0de1a525dc92ec0d8d45b9d4b314b56adac52f4 Mon Sep 17 00:00:00 2001 From: Juergen Ributzka Date: Tue, 4 Nov 2014 17:11:00 +0000 Subject: [PATCH] [Stackmaps] Make test less fragile. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221276 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/stackmap-large-constants.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/X86/stackmap-large-constants.ll b/test/CodeGen/X86/stackmap-large-constants.ll index 85e7a061ca9..73ee4f3d156 100644 --- a/test/CodeGen/X86/stackmap-large-constants.ll +++ b/test/CodeGen/X86/stackmap-large-constants.ll @@ -28,7 +28,7 @@ ; Patchpoint ID ; CHECK-NEXT: .quad 0 ; Instruction offset -; CHECK-NEXT: .long Ltmp3-_foo +; CHECK-NEXT: .long L{{.*}}-_foo ; reserved ; CHECK-NEXT: .short 0 ; # locations @@ -58,7 +58,7 @@ define void @foo() { ; Patchpoint ID ; CHECK-NEXT: .quad 0 ; Instruction Offset -; CHECK-NEXT: .long Ltmp7-_bar +; CHECK-NEXT: .long L{{.*}}-_bar ; reserved ; CHECK-NEXT: .short 0 ; # locations -- 2.34.1