[PATCH] D48934: NFC - Typo fixes in X86 flags-copy-lowering.mir test

Gabor Buella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 7 09:14:12 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL336484: NFC - Typo fixes in X86 flags-copy-lowering.mir test (authored by GBuella, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D48934

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


Index: llvm/trunk/test/CodeGen/X86/flags-copy-lowering.mir
===================================================================
--- llvm/trunk/test/CodeGen/X86/flags-copy-lowering.mir
+++ llvm/trunk/test/CodeGen/X86/flags-copy-lowering.mir
@@ -221,9 +221,9 @@
   ; CHECK-NOT:     $eflags =
   ; CHECK-NOT:             = SET{{.*}}
   ; CHECK:         MOV8mr {{.*}}, killed %[[A_REG]]
-  ; CHECK-CHECK:   MOV8mr {{.*}}, killed %[[B_REG]]
-  ; CHECK-CHECK:   MOV8mr {{.*}}, killed %[[E_REG]]
-  ; CHECK-CHECK:   MOV8mr {{.*}}, killed %[[NE_REG]]
+  ; CHECK-NEXT:    MOV8mr {{.*}}, killed %[[B_REG]]
+  ; CHECK-NEXT:    MOV8mr {{.*}}, killed %[[E_REG]]
+  ; CHECK-NOT:     MOV8mr {{.*}}, killed %[[NE_REG]]
 
     RET 0
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48934.154492.patch
Type: text/x-patch
Size: 717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180707/eb5903de/attachment.bin>


More information about the llvm-commits mailing list