X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FTransforms%2FScalarRepl%2F2009-12-11-NeonTypes.ll;h=1f921914fcb0577bca0d38685db67725c09e02e5;hb=39f4e8d9cce22b60a3417a5f17c847fa5b1daebf;hp=1993e4f526d1f032a7810c699d04fe6cff9998dd;hpb=82e539d037a33f968e4a5476d3d471e1112f8ab2;p=oota-llvm.git diff --git a/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll b/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll index 1993e4f526d..1f921914fcb 100644 --- a/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll +++ b/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll @@ -10,7 +10,7 @@ target triple = "thumbv7-apple-darwin10" %union..0anon = type { %struct.int16x8x2_t } define void @test(<8 x i16> %tmp.0, %struct.int16x8x2_t* %dst) nounwind { -; CHECK: @test +; CHECK-LABEL: @test( ; CHECK-NOT: alloca ; CHECK: "alloca point" ; CHECK: store <8 x i16> @@ -82,7 +82,7 @@ cond.true: ; preds = %entry cond.false: ; preds = %entry ret void -; CHECK: @test_memcpy_self +; CHECK-LABEL: @test_memcpy_self( ; CHECK-NOT: alloca ; CHECK: br i1 }