Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit c3bd8cc

Browse files
committed
[x86] Fix a capitalization that I failed to save in my editor before
landing the patch. =/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336986 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 5f81eab commit c3bd8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CodeGen/X86/flags-copy-lowering.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ body: |
914914
successors: %bb.1, %bb.9
915915
916916
; Outer loop latch. Note that we cannot have EFLAGS live-in here as that
917-
; Immediately require PHIs.
917+
; immediately require PHIs.
918918
CMP64rr %0, %1, implicit-def $eflags
919919
JE_1 %bb.1, implicit $eflags
920920
JMP_1 %bb.9

0 commit comments

Comments
 (0)