diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-08-11 17:32:46 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-08-11 17:32:46 +0000 |
commit | a5f923b1a10858c50eeef24a5bf0c2695a94402f (patch) | |
tree | 930f958fdefe3ab52aa8be709419abe239eba395 | |
parent | 2bf8bd1e1935b5b3a3c7301832b08691fcb246b4 (diff) | |
download | bcm5719-llvm-a5f923b1a10858c50eeef24a5bf0c2695a94402f.tar.gz bcm5719-llvm-a5f923b1a10858c50eeef24a5bf0c2695a94402f.zip |
fix silly typo
llvm-svn: 110831
-rw-r--r-- | llvm/test/CodeGen/Thumb2/cortex-fp.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb2/cortex-fp.ll b/llvm/test/CodeGen/Thumb2/cortex-fp.ll index 86822746a09..f7ec5a3b577 100644 --- a/llvm/test/CodeGen/Thumb2/cortex-fp.ll +++ b/llvm/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) { |