[llvm-commits] [llvm] r98506 - /llvm/trunk/test/CodeGen/ARM/fp16.ll

Anton Korobeynikov asl at math.spbu.ru
Sun Mar 14 11:42:52 PDT 2010


Author: asl
Date: Sun Mar 14 13:42:52 2010
New Revision: 98506

URL: http://llvm.org/viewvc/llvm-project?rev=98506&view=rev
Log:
Fix typo

Modified:
    llvm/trunk/test/CodeGen/ARM/fp16.ll

Modified: llvm/trunk/test/CodeGen/ARM/fp16.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fp16.ll?rev=98506&r1=98505&r2=98506&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fp16.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fp16.ll Sun Mar 14 13:42:52 2010
@@ -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"
 





More information about the llvm-commits mailing list