diff test/CodeGen/Mips/hf1_body.ll @ 95:afa8332a0e37

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents e4204d083e25
children 7d135dc70f03
line wrap: on
line diff
--- a/test/CodeGen/Mips/hf1_body.ll	Wed Feb 18 14:56:07 2015 +0900
+++ b/test/CodeGen/Mips/hf1_body.ll	Tue Oct 13 17:48:58 2015 +0900
@@ -1,4 +1,4 @@
-; RUN: llc  -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16  -relocation-model=pic < %s | FileCheck %s -check-prefix=picfp16
+; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=picfp16
 
 @x = external global float
 
@@ -7,15 +7,15 @@
 entry:
   %p.addr = alloca float, align 4
   store float %p, float* %p.addr, align 4
-  %0 = load float* %p.addr, align 4
+  %0 = load float, float* %p.addr, align 4
   store float %0, float* @x, align 4
   ret void
 }
-; picfp16:	.ent	__fn_stub_v_sf
-; picfp16:	.cpload  $25
-; picfp16:	.set reorder
-; picfp16:	.reloc 0,R_MIPS_NONE,v_sf
-; picfp16: 	la $25,$__fn_local_v_sf
-; picfp16: 	mfc1 $4,$f12
-; picfp16: 	jr $25
-; picfp16: 	.end	__fn_stub_v_sf
+; picfp16: .ent __fn_stub_v_sf
+; picfp16: .cpload $25
+; picfp16: .set reorder
+; picfp16: .reloc 0,R_MIPS_NONE,v_sf
+; picfp16: la $25,$__fn_local_v_sf
+; picfp16: mfc1 $4,$f12
+; picfp16: jr $25
+; picfp16: .end __fn_stub_v_sf