X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FPowerPC%2F2005-11-30-vastart-crash.ll;h=0f56ac990bbe5840057ff94a84682c797b203f93;hb=5a70dd1d8286faa4713b60da7621094d892e2ffc;hp=047a12bedd81200700e8664677a9f32eda1cdd6f;hpb=fce288fc9134f0f1055caf0342c023225bd5c379;p=oota-llvm.git diff --git a/test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll b/test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll index 047a12bedd8..0f56ac990bb 100644 --- a/test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll +++ b/test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll @@ -7,7 +7,7 @@ define void @bar(i32 %G, i32 %E, i32 %F, i32 %A, i32 %B, i32 %C, i32 %D, i8* %fm %ap = alloca i8* ; [#uses=2] %va.upgrd.1 = bitcast i8** %ap to i8* ; [#uses=1] call void @llvm.va_start( i8* %va.upgrd.1 ) - %tmp.1 = load i8** %ap ; [#uses=1] + %tmp.1 = load i8*, i8** %ap ; [#uses=1] %tmp.0 = call double @foo( i8* %tmp.1 ) ; [#uses=0] ret void }