aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb/ldr_ext.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/ldr_ext.ll')
-rw-r--r--test/CodeGen/Thumb/ldr_ext.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb/ldr_ext.ll b/test/CodeGen/Thumb/ldr_ext.ll
index 9a28124..2d25af3 100644
--- a/test/CodeGen/Thumb/ldr_ext.ll
+++ b/test/CodeGen/Thumb/ldr_ext.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=thumb | FileCheck %s -check-prefix=V5
-; RUN: llc < %s -march=thumb -mattr=+v6 | FileCheck %s -check-prefix=V6
+; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s -check-prefix=V5
+; RUN: llc -mtriple=thumb-eabi -mattr=+v6 %s -o - | FileCheck %s -check-prefix=V6
; rdar://7176514