comparison test/CodeGen/Mips/hf1_body.ll @ 33:e4204d083e25

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents 95c75e76d11b
children afa8332a0e37
comparison
equal deleted inserted replaced
1:f783a2dd24b1 33:e4204d083e25
1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -soft-float -mips16-hard-float < %s | FileCheck %s -check-prefix=picfp16 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=picfp16
2 2
3 @x = external global float 3 @x = external global float
4 4
5 ; Function Attrs: nounwind 5 ; Function Attrs: nounwind
6 define void @v_sf(float %p) #0 { 6 define void @v_sf(float %p) #0 {