summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atom-lea-sp.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-02-09 05:12:58 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-02-09 05:12:58 +0000
commitc1b18e754933db4c1ca9982ceba0e91c05be2c64 (patch)
tree0bbeaa61ab062e0f5c481561544816c66d409c81 /test/CodeGen/X86/atom-lea-sp.ll
parentfb08b90bf402bcd08a3474772d505294d9d7aa79 (diff)
downloadllvm-c1b18e754933db4c1ca9982ceba0e91c05be2c64.tar.gz
llvm-c1b18e754933db4c1ca9982ceba0e91c05be2c64.tar.bz2
llvm-c1b18e754933db4c1ca9982ceba0e91c05be2c64.tar.xz
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150151 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/atom-lea-sp.ll')
-rw-r--r--test/CodeGen/X86/atom-lea-sp.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/atom-lea-sp.ll b/test/CodeGen/X86/atom-lea-sp.ll
index 6847e48d61..59427880a7 100644
--- a/test/CodeGen/X86/atom-lea-sp.ll
+++ b/test/CodeGen/X86/atom-lea-sp.ll
@@ -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)