diff options
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r-- | llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll | 3 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/patchpoint-invoke.ll | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll index f4c3f9d3b36..1998011f219 100644 --- a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll +++ b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll @@ -2,8 +2,7 @@ ; RUN: llc -mtriple=x86_64-pc-linux -O2 -regalloc=basic < %s | FileCheck %s ; Test to check .debug_loc support. This test case emits many debug_loc entries. -; CHECK: Loc expr size -; CHECK-NEXT: .short +; CHECK: .short {{.*}} # Loc expr size ; CHECK-NEXT: .Ltmp ; CHECK-NEXT: DW_OP_reg diff --git a/llvm/test/CodeGen/X86/patchpoint-invoke.ll b/llvm/test/CodeGen/X86/patchpoint-invoke.ll index d5d4df55ee4..192cacc908a 100644 --- a/llvm/test/CodeGen/X86/patchpoint-invoke.ll +++ b/llvm/test/CodeGen/X86/patchpoint-invoke.ll @@ -38,10 +38,8 @@ threw: ; CHECK-NEXT: .byte 3 ; CHECK-NEXT: .byte 13 ; Verify that the unwind data covers the entire patchpoint region: -; CHECK-NEXT: [[RANGE_OFFSET:.L[^ ]*]] = .Ltmp0-[[FUNC_BEGIN]] -; CHECK-NEXT: .long [[RANGE_OFFSET]] -; CHECK-NEXT: [[RANGE_LENGTH:.L[^ ]*]] = [[PP_END]]-.Ltmp0 -; CHECK-NEXT: .long [[RANGE_LENGTH]] +; CHECK-NEXT: .long .Ltmp0-[[FUNC_BEGIN]] +; CHECK-NEXT: .long [[PP_END]]-.Ltmp0 ; Verify that the stackmap section got emitted: |