diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2010-03-14 18:42:52 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2010-03-14 18:42:52 +0000 |
| commit | 79a7c7823d4852ac807b469dd2330ff470026bef (patch) | |
| tree | 999192b4b9c98ab8777994f9e4d8e61852ba24c2 /llvm/test/CodeGen/ARM/fp16.ll | |
| parent | cd4dd9c1db97adcf7052749b8d6847a7034b25d7 (diff) | |
| download | bcm5719-llvm-79a7c7823d4852ac807b469dd2330ff470026bef.tar.gz bcm5719-llvm-79a7c7823d4852ac807b469dd2330ff470026bef.zip | |
Fix typo
llvm-svn: 98506
Diffstat (limited to 'llvm/test/CodeGen/ARM/fp16.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/fp16.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fp16.ll b/llvm/test/CodeGen/ARM/fp16.ll index 8f90040c26b..c5583b94bef 100644 --- a/llvm/test/CodeGen/ARM/fp16.ll +++ b/llvm/test/CodeGen/ARM/fp16.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s | FileCheck %s -; RUN: llc -mattr=+fp16,+vfp3 | FileCheck --check-prefix=CHECK-FP16 %s +; RUN: llc -mattr=+vfp3,+fp16 < %s | FileCheck --check-prefix=CHECK-FP16 %s target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" target triple = "armv7-eabi" |

