X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FSPARC%2F2011-01-11-CC.ll;h=6ea78dd7e1697dc8ead7ff6130906384dc0db233;hb=00552e3875ee5f382db6c98286a241a7d0efe1b8;hp=50f3a65ff9a9bb43aaaf051ad4df4fcb6e45c255;hpb=79c5e0c5ca85454da568dfafc0bedb84af6c2a68;p=oota-llvm.git diff --git a/test/CodeGen/SPARC/2011-01-11-CC.ll b/test/CodeGen/SPARC/2011-01-11-CC.ll index 50f3a65ff9a..6ea78dd7e16 100644 --- a/test/CodeGen/SPARC/2011-01-11-CC.ll +++ b/test/CodeGen/SPARC/2011-01-11-CC.ll @@ -177,13 +177,13 @@ define void @test_adde_sube(i8* %a, i8* %b, i8* %sum, i8* %diff) { entry: %0 = bitcast i8* %a to i128* %1 = bitcast i8* %b to i128* - %2 = load i128* %0 - %3 = load i128* %1 + %2 = load i128, i128* %0 + %3 = load i128, i128* %1 %4 = add i128 %2, %3 %5 = bitcast i8* %sum to i128* store i128 %4, i128* %5 tail call void asm sideeffect "", "=*m,*m"(i128 *%0, i128* %5) nounwind - %6 = load i128* %0 + %6 = load i128, i128* %0 %7 = sub i128 %2, %6 %8 = bitcast i8* %diff to i128* store i128 %7, i128* %8