Skip to content

Commit 5e5690a

Browse files
committed
Rebase on parent.
Created using spr 1.3.6-beta.1
2 parents a55c857 + 484ad23 commit 5e5690a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

llvm/test/CodeGen/MIR/X86/call-site-info-ambiguous-indirect-call-typeid.mir

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
name: main
5050
callSites:
5151
- { bb: 0, offset: 0, fwdArgRegs: [] }
52-
- { bb: 0, offset: 2, fwdArgRegs: [], calleeTypeIds:
53-
[ 1234567890 ] }
52+
- { bb: 0, offset: 2, fwdArgRegs: [], calleeTypeIds: [ 1234567890 ] }
5453
body: |
5554
bb.0.entry:
5655
CALL64pcrel32 @_Z13get_operationb, csr_64, implicit $rsp, implicit $ssp, implicit $edi, implicit-def $rsp, implicit-def $ssp, implicit-def $rax

llvm/test/CodeGen/MIR/X86/call-site-info-typeid.mir

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
---
2626
name: main
2727
callSites:
28-
- { bb: 0, offset: 1, fwdArgRegs: [], calleeTypeIds:
29-
[ 123456789 ] }
28+
- { bb: 0, offset: 1, fwdArgRegs: [], calleeTypeIds: [ 123456789 ] }
3029
body: |
3130
bb.0.entry:
3231
%0:gr64 = MOV32ri64 @foo

0 commit comments

Comments
 (0)