test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 9 Feb 2012 05:12:58 +0000 (05:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 9 Feb 2012 05:12:58 +0000 (05:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150151 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/atom-lea-sp.ll

index 6847e48d6141e135eda88b001380484f3f368e57..59427880a71da222156362c167ea16c8398385b6 100644 (file)
@@ -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)