aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll')
-rw-r--r--test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll b/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
index 1e2707f..5d59fc6 100644
--- a/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
+++ b/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=arm | FileCheck %s
-; RUN: llc < %s -march=thumb | FileCheck %s
+; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
; PR4091
define void @foo(i32 %i, i32* %p) nounwind {