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
This commit is contained in:
NAKAMURA Takumi 2014-07-04 11:55:40 +00:00
parent 0f9d1b381e
commit 4a183c6b87

View File

@ -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 ; RUN: opt -instsimplify -disable-output < %s
;CHECK-LABEL: AGEP0: ;CHECK-LABEL: AGEP0: