aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/addrspacecast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/addrspacecast.ll')
-rw-r--r--test/CodeGen/ARM/addrspacecast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/addrspacecast.ll b/test/CodeGen/ARM/addrspacecast.ll
index 2e98ba5..7b6237d 100644
--- a/test/CodeGen/ARM/addrspacecast.ll
+++ b/test/CodeGen/ARM/addrspacecast.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm
+; RUN: llc -mtriple=arm-eabi %s -o /dev/null
; Check that codegen for an addrspace cast succeeds without error.
define <4 x i32 addrspace(1)*> @f (<4 x i32*> %x) {