diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2018-07-13 09:48:04 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2018-07-13 09:48:04 +0000 |
commit | 1151692ec5526a93788f804da68320e867b9f45c (patch) | |
tree | 8c95fa012123d8de50be9ec7d4c7a6971c71a1ff | |
parent | caa7b03a5012b5d7bda28674756d500c2c5699c7 (diff) | |
download | bcm5719-llvm-1151692ec5526a93788f804da68320e867b9f45c.tar.gz bcm5719-llvm-1151692ec5526a93788f804da68320e867b9f45c.zip |
[x86] Fix a capitalization that I failed to save in my editor before
landing the patch. =/
llvm-svn: 336986
-rw-r--r-- | llvm/test/CodeGen/X86/flags-copy-lowering.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/flags-copy-lowering.mir b/llvm/test/CodeGen/X86/flags-copy-lowering.mir index 630e16430ca..54ce02aaca5 100644 --- a/llvm/test/CodeGen/X86/flags-copy-lowering.mir +++ b/llvm/test/CodeGen/X86/flags-copy-lowering.mir @@ -914,7 +914,7 @@ body: | successors: %bb.1, %bb.9 ; Outer loop latch. Note that we cannot have EFLAGS live-in here as that - ; Immediately require PHIs. + ; immediately require PHIs. CMP64rr %0, %1, implicit-def $eflags JE_1 %bb.1, implicit $eflags JMP_1 %bb.9 |