[llvm] r251019 - [mips][mips16] Fix typo in FileCheck directive.
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 22 07:01:52 PDT 2015
Author: dsanders
Date: Thu Oct 22 09:01:52 2015
New Revision: 251019
URL: http://llvm.org/viewvc/llvm-project?rev=251019&view=rev
Log:
[mips][mips16] Fix typo in FileCheck directive.
Modified:
llvm/trunk/test/CodeGen/Mips/hf16call32.ll
Modified: llvm/trunk/test/CodeGen/Mips/hf16call32.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/hf16call32.ll?rev=251019&r1=251018&r2=251019&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/hf16call32.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/hf16call32.ll Thu Oct 22 09:01:52 2015
@@ -765,7 +765,7 @@ declare void @v_df(double) #1
; stel: .section .mips16.call.fp.v_df,"ax", at progbits
; stel: .ent __call_stub_fp_v_df
; stel: #APP
-; setl: .set reorder
+; stel: .set reorder
; stel: mtc1 $4, $f12
; stel: mtc1 $5, $f13
; stel: lui $25, %hi(v_df)
More information about the llvm-commits
mailing list