summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/unsafe-fsub.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/unsafe-fsub.ll')
-rw-r--r--llvm/test/CodeGen/ARM/unsafe-fsub.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/unsafe-fsub.ll b/llvm/test/CodeGen/ARM/unsafe-fsub.ll
index 3a4477d3156..0c5702aa5fa 100644
--- a/llvm/test/CodeGen/ARM/unsafe-fsub.ll
+++ b/llvm/test/CodeGen/ARM/unsafe-fsub.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=arm -mcpu=cortex-a9 < %s | FileCheck -check-prefix=SAFE %s
-; RUN: llc -march=arm -mcpu=cortex-a9 -enable-unsafe-fp-math < %s | FileCheck -check-prefix=FAST %s
+; RUN: llc -mcpu=cortex-a9 < %s | FileCheck -check-prefix=SAFE %s
+; RUN: llc -mcpu=cortex-a9 -enable-unsafe-fp-math < %s | FileCheck -check-prefix=FAST %s
target triple = "armv7-apple-ios"
OpenPOWER on IntegriCloud