[llvm] r336986 - [x86] Fix a capitalization that I failed to save in my editor before

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 02:48:04 PDT 2018


Author: chandlerc
Date: Fri Jul 13 02:48:04 2018
New Revision: 336986

URL: http://llvm.org/viewvc/llvm-project?rev=336986&view=rev
Log:
[x86] Fix a capitalization that I failed to save in my editor before
landing the patch. =/

Modified:
    llvm/trunk/test/CodeGen/X86/flags-copy-lowering.mir

Modified: llvm/trunk/test/CodeGen/X86/flags-copy-lowering.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/flags-copy-lowering.mir?rev=336986&r1=336985&r2=336986&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/flags-copy-lowering.mir (original)
+++ llvm/trunk/test/CodeGen/X86/flags-copy-lowering.mir Fri Jul 13 02:48:04 2018
@@ -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




More information about the llvm-commits mailing list