diff test/CodeGen/X86/fast-isel-ret-ext.ll @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents afa8332a0e37
children
line wrap: on
line diff
--- a/test/CodeGen/X86/fast-isel-ret-ext.ll	Sat Feb 17 09:57:20 2018 +0900
+++ b/test/CodeGen/X86/fast-isel-ret-ext.ll	Wed Aug 14 16:55:33 2019 +0900
@@ -26,7 +26,7 @@
   %conv = trunc i32 %y to i16
   ret i16 %conv
   ; CHECK-LABEL: test4:
-  ; CHECK: {{(movswl.%.x, %eax|cwtl)}}
+  ; CHECK: {{(movswl.%di, %eax|cwtl)}}
 }
 
 define zeroext i1 @test5(i32 %y) nounwind {