From 7d434ce7e5da126ce3d4309580c549e8c6306487 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. llvm-svn: 221276 --- llvm/test/CodeGen/X86/stackmap-large-constants.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/stackmap-large-constants.ll b/llvm/test/CodeGen/X86/stackmap-large-constants.ll index 85e7a061ca92..73ee4f3d1569 100644 --- a/llvm/test/CodeGen/X86/stackmap-large-constants.ll +++ b/llvm/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