X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FTransforms%2FLoopVectorize%2Finduction_plus.ll;h=6141c39462a6a4759de97abbc0cfab070429a5a1;hp=96595cdc16bc2083a195da07b255085e7e7be79a;hb=39f4e8d9cce22b60a3417a5f17c847fa5b1daebf;hpb=82e539d037a33f968e4a5476d3d471e1112f8ab2 diff --git a/test/Transforms/LoopVectorize/induction_plus.ll b/test/Transforms/LoopVectorize/induction_plus.ll index 96595cdc16b..6141c39462a 100644 --- a/test/Transforms/LoopVectorize/induction_plus.ll +++ b/test/Transforms/LoopVectorize/induction_plus.ll @@ -5,7 +5,7 @@ target triple = "x86_64-apple-macosx10.8.0" @array = common global [1024 x i32] zeroinitializer, align 16 -;CHECK: @array_at_plus_one +;CHECK-LABEL: @array_at_plus_one( ;CHECK: trunc i64 ;CHECK: add i64 %index, 12 ;CHECK: ret i32