aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/arguments.ll
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-02-13 19:52:28 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-02-13 19:52:28 +0000
commit3630e78db9268dbe81a9369a33e49b857804f2ec (patch)
treeff6128fcd764615e467a3f515c4cb666b0ca0e5a /test/CodeGen/ARM/arguments.ll
parentcf8270a9941e697243bb9c91d5d8b2e1fc01a35c (diff)
Add ABI information to ARM subtarget.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/arguments.ll')
-rw-r--r--test/CodeGen/ARM/arguments.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/arguments.ll b/test/CodeGen/ARM/arguments.ll
index 77cadd6fdf..018be239e3 100644
--- a/test/CodeGen/ARM/arguments.ll
+++ b/test/CodeGen/ARM/arguments.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=arm &&
-; RUN: llvm-as < %s | llc -mtriple=arm-linux | grep "mov r0, r2" | wc -l | grep 1 &&
+; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi | grep "mov r0, r2" | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin | grep "mov r0, r1" | wc -l | grep 1
define i32 @f(i32 %a, i64 %b) {