From: NAKAMURA Takumi Date: Fri, 4 Jul 2014 11:55:40 +0000 (+0000) Subject: llvm/test/CodeGen/X86/vector-gep.ll: Appease to add -mtriple=i686-linux. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4a183c6b87717e02487ac32a01fdf5724c7c3077;p=oota-llvm.git llvm/test/CodeGen/X86/vector-gep.ll: Appease to add -mtriple=i686-linux. This doesn't pass if stack alignment is not 16, like cygming, *bsd. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212334 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/vector-gep.ll b/test/CodeGen/X86/vector-gep.ll index 50db4025a22..291cc11f55b 100644 --- a/test/CodeGen/X86/vector-gep.ll +++ b/test/CodeGen/X86/vector-gep.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mcpu=corei7-avx | FileCheck %s +; RUN: llc < %s -mtriple=i686-linux -mcpu=corei7-avx | FileCheck %s ; RUN: opt -instsimplify -disable-output < %s ;CHECK-LABEL: AGEP0: