fix silly typo
authorJim Grosbach <grosbach@apple.com>
Wed, 11 Aug 2010 17:32:46 +0000 (17:32 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 11 Aug 2010 17:32:46 +0000 (17:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110831 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Thumb2/cortex-fp.ll

index 86822746a093a203d13591e344b3cacf89d01859..f7ec5a3b577c301ad32511cf0eb7cd22aa169ec3 100644 (file)
@@ -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) {