Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/DebugInfo/X86/inline-seldag-test.ll
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ target triple = "spir64-unknown-unknown"
; Make sure the condition test is attributed to the inline function, not the
; location of the test's operands within the caller.

; ASM: # inline-seldag-test.c:2:0
; ASM-NOT: .loc
; ASM: # inline-seldag-test.c:4:0
; ASM: .loc 1 2 0 # inline-seldag-test.c:2 @[ inline-seldag-test.c:6:7 ]
; ASM: testl

; Function Attrs: nounwind uwtable
Expand Down
Loading