[llvm-commits] [llvm] r150151 - /llvm/trunk/test/CodeGen/X86/atom-lea-sp.ll

NAKAMURA Takumi geek4civic at gmail.com
Wed Feb 8 21:12:58 PST 2012


Author: chapuni
Date: Wed Feb  8 23:12:58 2012
New Revision: 150151

URL: http://llvm.org/viewvc/llvm-project?rev=150151&view=rev
Log:
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.

Modified:
    llvm/trunk/test/CodeGen/X86/atom-lea-sp.ll

Modified: llvm/trunk/test/CodeGen/X86/atom-lea-sp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/atom-lea-sp.ll?rev=150151&r1=150150&r2=150151&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/atom-lea-sp.ll (original)
+++ llvm/trunk/test/CodeGen/X86/atom-lea-sp.ll Wed Feb  8 23:12:58 2012
@@ -1,5 +1,5 @@
-; RUN: llc < %s -mcpu=atom -march=x86  | FileCheck -check-prefix=atom %s
-; RUN: llc < %s -mcpu=core2 -march=x86 | FileCheck %s
+; RUN: llc < %s -mcpu=atom -mtriple=i686-linux  | FileCheck -check-prefix=atom %s
+; RUN: llc < %s -mcpu=core2 -mtriple=i686-linux | FileCheck %s
 
 declare void @use_arr(i8*)
 declare void @many_params(i32, i32, i32, i32, i32, i32)





More information about the llvm-commits mailing list