X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FMips%2Fhf1_body.ll;h=71a1b960c5b344fdd86d5327a95453b0bd198311;hb=c249168837657bf4c3028cb8d6626ffa4b6f1fd2;hp=5acfe86373d99c98c7e686b69fc9e1a206477162;hpb=c5e99819f46d53c77f4ff9c2d69fdcca4ad46ea3;p=oota-llvm.git diff --git a/test/CodeGen/Mips/hf1_body.ll b/test/CodeGen/Mips/hf1_body.ll index 5acfe86373d..71a1b960c5b 100644 --- a/test/CodeGen/Mips/hf1_body.ll +++ b/test/CodeGen/Mips/hf1_body.ll @@ -7,7 +7,7 @@ define void @v_sf(float %p) #0 { 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 }