Skip to content

Commit

Permalink
[X86] copy-propagation.ll - fix CHECK-NEXT typo identified in D125604
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed May 18, 2022
1 parent 5a0b7e8 commit 2794249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/X86/copy-propagation.ll
Expand Up @@ -19,7 +19,7 @@ target triple = "x86_64-pc-win32-elf"
; CHECK-NOT: vmovapd %xmm7, %xmm0
; CHECK-NEXT: vmovapd %xmm6, %xmm1
; Set TMP in the first argument of the second call.
; CHECK_NEXT: callq *%r[[INDIRECT_CALL2]]
; CHECK-NEXT: callq *%r[[INDIRECT_CALL2]]
; CHECK: retq
define double @foo(i64 %arg) {
top:
Expand Down

0 comments on commit 2794249

Please sign in to comment.