[llvm-commits] [llvm] r145805 - /llvm/trunk/test/CodeGen/X86/pointer-vector.ll

NAKAMURA Takumi geek4civic at gmail.com
Sun Dec 4 23:54:57 PST 2011


Author: chapuni
Date: Mon Dec  5 01:54:57 2011
New Revision: 145805

URL: http://llvm.org/viewvc/llvm-project?rev=145805&view=rev
Log:
test/CodeGen/X86/pointer-vector.ll: Add explicit -mtriple=i686-linux.

Modified:
    llvm/trunk/test/CodeGen/X86/pointer-vector.ll

Modified: llvm/trunk/test/CodeGen/X86/pointer-vector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pointer-vector.ll?rev=145805&r1=145804&r2=145805&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pointer-vector.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pointer-vector.ll Mon Dec  5 01:54:57 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-linux -mcpu=corei7 | FileCheck %s
 ; RUN: opt -instsimplify %s -disable-output
 
 ;CHECK: SHUFF0





More information about the llvm-commits mailing list