summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-03-08 17:01:18 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-03-08 17:01:18 +0000
commit10a74ed43405683614c202dc92ec11b6f8edfb01 (patch)
tree0a16c0a1bd907f0b2af03825504c8884d5f01b1c
parent37c2d65c5a438d8c8218b9c36e7b24e710d29d09 (diff)
downloadbcm5719-llvm-10a74ed43405683614c202dc92ec11b6f8edfb01.tar.gz
bcm5719-llvm-10a74ed43405683614c202dc92ec11b6f8edfb01.zip
Force cpu in test.
llvm-svn: 176702
-rw-r--r--llvm/test/Transforms/LoopVectorize/X86/reduction-crash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/X86/reduction-crash.ll b/llvm/test/Transforms/LoopVectorize/X86/reduction-crash.ll
index 44702c8dcf6..f580846a022 100644
--- a/llvm/test/Transforms/LoopVectorize/X86/reduction-crash.ll
+++ b/llvm/test/Transforms/LoopVectorize/X86/reduction-crash.ll
@@ -1,4 +1,4 @@
-; RUN: opt -S -loop-vectorize < %s | FileCheck %s
+; RUN: opt -S -loop-vectorize -mcpu=prescott < %s | FileCheck %s
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32-S128"
target triple = "i386-apple-darwin"
OpenPOWER on IntegriCloud