llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171029 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2012-12-24 11:14:06 +00:00
parent 1e1c5f37c3
commit 34cb54bea8

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mcpu=corei7-avx -march=x86-64 | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7-avx | FileCheck %s
;CHECK: @test
; No need to load from memory. The operand will be loaded as part of th AND instr.