From 4a183c6b87717e02487ac32a01fdf5724c7c3077 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 4 Jul 2014 11:55:40 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/vector-gep.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1