[X86] Remove special validation for INT immediate operand from AsmParser. Instead...
[oota-llvm.git] / test / CodeGen / X86 / stackmap-large-constants.ll
index 85e7a061ca9253f4eab19cd0e41184f9e788e844..a38b9209a1cf99244e45adae492374440837f7a6 100644 (file)
@@ -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
 declare void @llvm.experimental.stackmap(i64, i32, ...)
 
 define void @foo() {
-  tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 0, i32 0, i64 9223372036854775807)
+  tail call void (i64, i32, ...) @llvm.experimental.stackmap(i64 0, i32 0, i64 9223372036854775807)
   ret void
 }
 
 ; Patchpoint ID
 ; CHECK-NEXT:  .quad   0
 ; Instruction Offset
-; CHECK-NEXT:  .long   Ltmp7-_bar
+; CHECK-NEXT:  .long   L{{.*}}-_bar
 ; reserved
 ; CHECK-NEXT:  .short  0
 ; # locations
@@ -78,6 +78,6 @@ define void @foo() {
 
 
 define void @bar() {
-  tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 0, i32 0, i64 -9223372036854775808)
+  tail call void (i64, i32, ...) @llvm.experimental.stackmap(i64 0, i32 0, i64 -9223372036854775808)
   ret void
 }