From ede4fd477736aecb635e235751ddb62709753ac7 Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Thu, 25 Oct 2012 21:42:50 +0000 Subject: [PATCH] Fix the cost-model test. llvm-svn: 166722 --- llvm/test/Transforms/LoopVectorize/cost-model.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/LoopVectorize/cost-model.ll b/llvm/test/Transforms/LoopVectorize/cost-model.ll index 40e660855b14..628f9912c8c9 100644 --- a/llvm/test/Transforms/LoopVectorize/cost-model.ll +++ b/llvm/test/Transforms/LoopVectorize/cost-model.ll @@ -9,7 +9,7 @@ target triple = "x86_64-apple-macosx10.8.0" @a = common global [2048 x i32] zeroinitializer, align 16 ;CHECK: cost_model_1 -;CHECK-NOT: <4 x i32> +;CHECK: <4 x i32> ;CHECK: ret void define void @cost_model_1() nounwind uwtable noinline ssp { entry: