summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-01-01 08:00:32 +0000
committerNadav Rotem <nrotem@apple.com>2013-01-01 08:00:32 +0000
commitb1615b1ac47b256fcab9ed0bceb73273f2a4d4d9 (patch)
treea681846cd5222415c595778946ee0b2e3990dbed /llvm/test/Transforms
parent12ed9cd6ae22d150b6b3ebec18d8cdab939778ac (diff)
downloadbcm5719-llvm-b1615b1ac47b256fcab9ed0bceb73273f2a4d4d9.tar.gz
bcm5719-llvm-b1615b1ac47b256fcab9ed0bceb73273f2a4d4d9.zip
Make opt grab the triple from the module and use it to initialize the target machine.
llvm-svn: 171341
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/BBVectorize/loop1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/BBVectorize/loop1.ll b/llvm/test/Transforms/BBVectorize/loop1.ll
index c22ea5852a1..766eefaf5ea 100644
--- a/llvm/test/Transforms/BBVectorize/loop1.ll
+++ b/llvm/test/Transforms/BBVectorize/loop1.ll
@@ -1,6 +1,6 @@
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
-; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -instcombine -gvn -S | FileCheck %s
+; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -instcombine -gvn -S -mtriple=unknown | FileCheck %s
; RUN: opt < %s -basicaa -loop-unroll -unroll-threshold=45 -unroll-allow-partial -bb-vectorize -bb-vectorize-req-chain-depth=3 -instcombine -gvn -S | FileCheck %s -check-prefix=CHECK-UNRL
; The second check covers the use of alias analysis (with loop unrolling).
OpenPOWER on IntegriCloud