summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/thumb1-div.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/thumb1-div.ll')
-rw-r--r--test/CodeGen/ARM/thumb1-div.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/thumb1-div.ll b/test/CodeGen/ARM/thumb1-div.ll
index 844dfe6f963..0bcaa107929 100644
--- a/test/CodeGen/ARM/thumb1-div.ll
+++ b/test/CodeGen/ARM/thumb1-div.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=arm-none-eabi -mcpu=cortex-m23 -march=thumb | \
+; RUN: llc < %s -mtriple=thumb-none-eabi -mcpu=cortex-m23 | \
; RUN: FileCheck %s -check-prefix=CHECK
define i32 @f1(i32 %a, i32 %b) {