aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll')
-rw-r--r--test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll b/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
index 3bdbb3c..8d77763 100644
--- a/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
+++ b/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mcpu=arm7tdmi | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mcpu=arm7tdmi %s -o - | FileCheck %s
; movw is only legal for V6T2 and later.
; rdar://12300648