X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2012-12-19-NoImplicitFloat.ll;h=e5a64b5ae87ec0f7b621e420213f5dbe283045df;hb=faf046c6c0a561e966f4ac671392c4b8e15c35a2;hp=f0e5d35b426dddbd8a16b0ce4208e4114af0de8a;hpb=198d8baafbfdfcf5a5e219602a5d94ed263973b4;p=oota-llvm.git diff --git a/test/CodeGen/X86/2012-12-19-NoImplicitFloat.ll b/test/CodeGen/X86/2012-12-19-NoImplicitFloat.ll index f0e5d35b426..e5a64b5ae87 100644 --- a/test/CodeGen/X86/2012-12-19-NoImplicitFloat.ll +++ b/test/CodeGen/X86/2012-12-19-NoImplicitFloat.ll @@ -8,7 +8,7 @@ define void @test() nounwind noimplicitfloat { entry: ; CHECK-NOT: xmm ; CHECK: ret - %0 = load %struct1** undef, align 8 + %0 = load %struct1*, %struct1** undef, align 8 %1 = getelementptr inbounds %struct1, %struct1* %0, i64 0, i32 0 store i32* null, i32** %1, align 8 %2 = getelementptr inbounds %struct1, %struct1* %0, i64 0, i32 1