Skip to content

Commit

Permalink
[NFC] [AIX] [PowerPC] Add missing instruction to AIX byval test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-e-bowler committed Apr 20, 2020
1 parent 9b9454a commit ff048af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/PowerPC/aix-cc-byval-mem.ll
Expand Up @@ -282,7 +282,7 @@ declare void @test_byval_mem4(i32, %struct_S31* byval(%struct_S31) align 1, %str
; ASM32BIT-DAG: lbz [[REG3:[0-9]+]], 30([[REG1]])
; ASM32BIT-DAG: stb [[REG3]], 58(1)
; ASM32BIT-DAG: addi 3, 1, 60
; ASM32BIT-DAG: 4, LC{{[0-9]+}}(2)
; ASM32BIT-DAG: lwz 4, LC{{[0-9]+}}(2)
; ASM32BIT-DAG: li 5, 256
; ASM32BIT-NEXT: bl .memcpy
; ASM32BIT-DAG: lwz 4, 0([[BASE:[0-9]+]])
Expand Down

0 comments on commit ff048af

Please sign in to comment.