summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/cortex-fp.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-08-11 17:32:46 +0000
committerJim Grosbach <grosbach@apple.com>2010-08-11 17:32:46 +0000
commitb5aa11f2d6a9041f763b976b06d540e8812921d4 (patch)
tree777d5d5825e1638e6381e8ae9bbba6876d46c8e6 /test/CodeGen/Thumb2/cortex-fp.ll
parent7166e622d7c525c0c1a70da99d30215731b846e2 (diff)
downloadllvm-b5aa11f2d6a9041f763b976b06d540e8812921d4.tar.gz
llvm-b5aa11f2d6a9041f763b976b06d540e8812921d4.tar.bz2
llvm-b5aa11f2d6a9041f763b976b06d540e8812921d4.tar.xz
fix silly typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/cortex-fp.ll')
-rw-r--r--test/CodeGen/Thumb2/cortex-fp.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/cortex-fp.ll b/test/CodeGen/Thumb2/cortex-fp.ll
index 86822746a0..f7ec5a3b57 100644
--- a/test/CodeGen/Thumb2/cortex-fp.ll
+++ b/test/CodeGen/Thumb2/cortex-fp.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-prefix=CORTEXM3
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin10-march=thumb -mcpu=cortex-m4 | FileCheck %s -check-prefix=CORTEXM4
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin10-march=thumb -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m4 | FileCheck %s -check-prefix=CORTEXM4
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8
define float @foo(float %a, float %b) {