]> granicus.if.org Git - llvm/commitdiff
Another test commit
authorChih-Hung Hsieh <chh@google.com>
Tue, 27 Jun 2017 16:18:41 +0000 (16:18 +0000)
committerChih-Hung Hsieh <chh@google.com>
Tue, 27 Jun 2017 16:18:41 +0000 (16:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306420 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fp128-cast.ll

index 6568f73029e09362c63ffed7aa9c2e722c0feb9f..fa8c0d3d02a2cab033522f2ebf9cb6823f239354 100644 (file)
@@ -61,10 +61,10 @@ entry:
 ; X32:       retl
 ;
 ; X64-LABEL: TestFPToSIF128_I32:
-; X64:        movaps     vf128(%rip), %xmm0
-; X64-NEXT:   callq      __fixtfsi
-; X64-NEXT:   movl       %eax, vi32(%rip)
-; X64:        retq
+; X64:       movaps     vf128(%rip), %xmm0
+; X64-NEXT:  callq      __fixtfsi
+; X64-NEXT:  movl       %eax, vi32(%rip)
+; X64:       retq
 }
 
 define void @TestFPToUIF128_U32() {