[llvm] r221276 - [Stackmaps] Make test less fragile. NFC.

Juergen Ributzka juergen at apple.com
Tue Nov 4 09:11:00 PST 2014


Author: ributzka
Date: Tue Nov  4 11:11:00 2014
New Revision: 221276

URL: http://llvm.org/viewvc/llvm-project?rev=221276&view=rev
Log:
[Stackmaps] Make test less fragile. NFC.

Modified:
    llvm/trunk/test/CodeGen/X86/stackmap-large-constants.ll

Modified: llvm/trunk/test/CodeGen/X86/stackmap-large-constants.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/stackmap-large-constants.ll?rev=221276&r1=221275&r2=221276&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/stackmap-large-constants.ll (original)
+++ llvm/trunk/test/CodeGen/X86/stackmap-large-constants.ll Tue Nov  4 11:11:00 2014
@@ -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





More information about the llvm-commits mailing list