From 34cb54bea8e0f176f799961472fd68196db32c6b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 24 Dec 2012 11:14:06 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/fold-vex.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/fold-vex.ll b/test/CodeGen/X86/fold-vex.ll index 60e500b419e..2bb5b441c7c 100644 --- a/test/CodeGen/X86/fold-vex.ll +++ b/test/CodeGen/X86/fold-vex.ll @@ -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.